You will first need to add the options to your form. Then because the generator creates a generic form input processor you will need to customize the processor.php file to check these additional form input options and then do the appropriate thing.
You have to remember, it is impossible to create a form generator that can accomodate the millions of permutations of form options. This tool is absolutely great at producing your basic form. The customization is left to the user.
I can help with some customizations in this forum but you are going to need to be very specific or you are going to need to send me your form with very specific instructions on what you are trying to achieve.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I get what has been submitted to be printed to the screen (confirmation page) after submit.
I'd also like to give the user the option to a) only go to screen or b) go to screen and send via email to user. How can I achieve that please.
Thanks
Greg
You will first need to add the options to your form. Then because the generator creates a generic form input processor you will need to customize the processor.php file to check these additional form input options and then do the appropriate thing.
You have to remember, it is impossible to create a form generator that can accomodate the millions of permutations of form options. This tool is absolutely great at producing your basic form. The customization is left to the user.
I can help with some customizations in this forum but you are going to need to be very specific or you are going to need to send me your form with very specific instructions on what you are trying to achieve.