I am building a web app, but the back end will be processed on a PHP server. I am trying to figure out how to build the forms since the input fields and buttons (for submitting) don't use the FORM tag. I see the HTML control has a FORM type. How do I use the two together? What is the best way to use standard form fields for submission inside of Appery?
I am also trying to build an app that can have the PHP code inside of the code at Appery. I don't want to take the code offline, add the PHP code and then re-edit to add the PHP again after I make any GUI changes at Appery. Is this possible using the HTML control or any other way? I know that once I manually edit the html pages at Appery I lose the ability to manage the GUI elements.
Thanks.