How to update a form and have the user get redirected to theindex page and display a “Thank you” text on the index page.
I’m trying to have the user fill out a form to update their blogpost, once they have filled out the form and have filled out all ofthe required fields they will then get redirected to the index pageand on that page will be “Thank you, your post has been updated”text.
I’ve tried going into the form action and change that into a ifelse statement
<?php#this is saying if the following fields are not filled out, you will stay on
OR
OR