How can we achieve it soo the message will be there when the page loads too ?
OK and i want to know how to set up the global payment with formidable forms !
Check out https://formidableforms.com/optional-online-payment-processing-wordpress-forms/ to learn about how FF handles payment processing.
Please login or Register to submit your answer
You are going to have to rephrase the question or provide some images. It isn't clear to me what you are looking to do.
Hi may i know what is not clear too you ? When we submit the form the message that show after submission i want too display that message there after the page loads. Now the Problem is that the message is removed when the page is refreshed !
I think Walter's suggestion is best. You could have the form on one page and then when it submits go to the new page (that you define) with the message (and the form if you want it on that page too).
okk !! But my point is that how too keep the sucess message there until the form is filled
Just create a new page that says whatever message you want and then the forms shortcode. Make that your succcess page when the form is submitted. It will always show the message and the form again.
okk actually i am using the AJAX form submission and the form is one time submission currently the problem happen is that when user refresh the page after the sucess message is displayed the sucess message is removed soo i want that sucess message too be there when the page refresh .
Why is the user refreshing the page if you’re submitting it with Ajax?
Load the form again with the success message on submit or create a custom success page that shows a message and loads the form again. You’re over thinking this I think.
the reason user is refreshing the page is the form is in the user portal and when they log out and comes back the form is not displaying the sucess message its show that you have already submitted the form
I want them too show the sucess message when they came back too instead of saying that u already submitted the form
This is an odd request. I think you need to revisit the architecture of your design and use some form of Walter's suggestion or just insert something on a page that will always show.