Hi all,
Just a quick question regarding the issue I have had....
I had to refresh the form after "Submit" and display "Confirmation Message".
I think I solved it myself based on other topics on this forum, but I just want to "double-check" that my solution is right.
On Load
1) HTML Render Form
On Submit
1) Email (won't go into details here)
2) Custom code
3) HTML Render Form
4) Display Message
Is that the correct way to do this? 🤨
Can I use "HTML Render Form" twice without any issues? I have tried to use "Event Loop" or "Load Form", but had problems with both - "Load Form" did not display the same form, just displayed confirmation message and "Event Loop" displayed the form, but without confirmation message.
Thanks a lot.
Just a quick question regarding the issue I have had....
I had to refresh the form after "Submit" and display "Confirmation Message".
I think I solved it myself based on other topics on this forum, but I just want to "double-check" that my solution is right.
On Load
1) HTML Render Form
On Submit
1) Email (won't go into details here)
2) Custom code
<?php
$form->data = array();
3) HTML Render Form
4) Display Message
Is that the correct way to do this? 🤨
Can I use "HTML Render Form" twice without any issues? I have tried to use "Event Loop" or "Load Form", but had problems with both - "Load Form" did not display the same form, just displayed confirmation message and "Event Loop" displayed the form, but without confirmation message.
Thanks a lot.