No video

Create a Form Plugin that submits to a process page with redirect

  Рет қаралды 6,408

Joshua Herbison

Joshua Herbison

Күн бұрын

#wordpress #wordpressplugin #wodpressform
In a previous video, I created a form that submits to itself. I did that just as an example of how to create the form and the plugin that contains it. I had a few that mentioned that if you refresh the page after submitting the form, it would try to submit the form again. In this video I explain how to submit to a process page and then be redirected to a thank you page or back to the page that the user submitted from.
Download The Code Example: idp.bz/form-exa...
Company Website: www.ideapro.com
SEND BUSINESS CORRESPONDENCE TO:
Idea Pro LLC or Joshua Herbison
2901 E Greenway Rd. #54171
Phoenix, AZ 85032
In my tutorials, you will see me upload files to the server. To upload, I use Sublime Text 3 with SFTP by WBond. idp.bz/sftp
WordPress Codex: idp.bz/wordpres...

Пікірлер: 27
@jherbison
@jherbison 4 жыл бұрын
I changed the office around to make it easier to make videos. Please like, subscribe and share the video so that I can make more videos.
@turb0z
@turb0z Жыл бұрын
Joshua, I feel like I get one-on-one guidance with these videos. They've been extremely helpful as I learn how to develop in wordpress. Thank you for your time!
@fysher777
@fysher777 4 жыл бұрын
Thanks Joshua, this answers my question I asked a number of months ago, as always your videos are very helpful, keep on making them, please.
@jherbison
@jherbison 4 жыл бұрын
Awesome. Thank you for watching and commenting.
@MG-bm5oj
@MG-bm5oj 3 жыл бұрын
Thanks for the videos!. Would be great another video like this about a form in the admin dashboard storing the data in the DB.
@hippocrates72
@hippocrates72 2 жыл бұрын
I agree, this problem I am trying to solve atm...
@jherbison
@jherbison 2 жыл бұрын
I hope you found a solution for this.. If not, please let me know. Thank you for watching and commenting. If you haven't already, please check out my latest video: A Day In the life of a software engineer. kzfaq.info/get/bejne/kJ53n9h1tpi5XXk.html
@jherbison
@jherbison 2 жыл бұрын
I will make a video about that. Trying to catch up on comments I missed. Thank you for watching and commenting. If you haven't already, please check out my latest video: A Day In the life of a software engineer. kzfaq.info/get/bejne/kJ53n9h1tpi5XXk.html
@hasaanch4064
@hasaanch4064 3 жыл бұрын
Subscribed and liked the video. Really helped me a lot.
@jherbison
@jherbison 2 жыл бұрын
Awesome.. Thank you for watching and commenting. Sorry for the delay in responding, trying to catch up on comments.
@Magistrado1914
@Magistrado1914 3 жыл бұрын
Excellent course 17/06/2021
@jherbison
@jherbison 3 жыл бұрын
Thank you for watching and commenting.
@keithwjones
@keithwjones Жыл бұрын
Now looking as to how to prevent blank pages.
@jasonetaylor
@jasonetaylor 2 жыл бұрын
Could you expand on this tutorial on how to handle missing required data on the server side? So if someone submits the form but leaves the name field blank, the process function would handle it and take them back to the form with some error messaging?
@srdjagunjic
@srdjagunjic 4 жыл бұрын
@ 26:35 You meant to say that you do not use sanitize_text_field in real-life work? If yes, why is that? Great vid btw!
@jherbison
@jherbison 4 жыл бұрын
Thank you. No, I don’t use it in the tutorials most of the time to keep the videos shorter. I use it in real life applications.
@EnrqEscbr
@EnrqEscbr 3 жыл бұрын
I thought you said this was gonna be easy!!!! 😭😭😭 i hope that’s a website software
@jherbison
@jherbison 3 жыл бұрын
Not easy? Thanks for watching and commenting.
@hamzaibrahimi194
@hamzaibrahimi194 4 жыл бұрын
Thanks Joshua, another great tutorial! when you redirect to thank you page, I was wondering if there is any way you get some of POST form data echo in there??
@hamzaibrahimi194
@hamzaibrahimi194 4 жыл бұрын
I wanted to provide a little more detail about this. Im making radio box quizes that will have customized result to display based on what option user clicked. When they click submit I will have the data go into the database and show the user another page with the result based on what options they clicked. I don't know how to pass that information into the new page?
@jherbison
@jherbison 4 жыл бұрын
Can you send me an email to josh@ideapro.com
@anirbanrubel
@anirbanrubel 3 жыл бұрын
nice tutorial.. the code link is not working...can you please check the tutorial code?
@jherbison
@jherbison 3 жыл бұрын
The link should be working now. Thank you for watching and commenting.
@ombratth
@ombratth 4 жыл бұрын
Is there a reason you use a content variable insted of returning a include file and writing html and php in that file? Using ob_start?
@jherbison
@jherbison 4 жыл бұрын
I try to keep it as simple as possible. Using ob_start is another level of complexity. You need to make sure and call ob_end_flush to clear it. Creating the html inside the variable like I have is also the fastest for the server to process.
@ombratth
@ombratth 4 жыл бұрын
Thanks for the reply :) looking forward to see a video about sanetizing. :) Hopefully it will include sanitizing for xss and sql injection :)
@jasonetaylor
@jasonetaylor 2 жыл бұрын
I'm confused as to why we need to load the wp-load page
Form Submit Using Ajax - WordPress Form Ajax
1:09:25
Joshua Herbison
Рет қаралды 18 М.
File Upload Using A Form Submit - WordPress Plugin Development Form
21:01
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 13 МЛН
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 22 МЛН
❌Разве такое возможно? #story
01:00
Кэри Найс
Рет қаралды 1,8 МЛН
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 43 МЛН
WordPress Full Site Editing But For Developers
19:22
LearnWebCode
Рет қаралды 24 М.
Create a Shortcode Plugin that uses ob_start() function to return data
15:19
Create Admin Menu Item in WordPress - add_menu_page WordPress Function
14:48
Custom Database Queries in WordPress | WordPress Tutorials
24:39
Joshua Herbison
Рет қаралды 64 М.
Build a Useful Wordpress Widget Plugin
44:39
Traversy Media
Рет қаралды 92 М.
How To Use AJAX In WordPress
15:08
WPCasts
Рет қаралды 45 М.
Using GET or POST, When, Why and How to get the data in PHP
14:32
Joshua Herbison
Рет қаралды 744
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 13 МЛН