We have included some example files so that you can quickly create forms by copying and pasting from them. The example forms each use a different process file.
Using elements from the examples
If you copy an element from one of the example forms, you will also need to copy the element configuration from the form process file. To find the correct file look at the <form>
tag of the example form and check the action
attribute. For example, the example-file-uploads.html form example if processed by the file quform/process-file-uploads.php
1 | <form class="quform" action="quform/process-file-uploads.php" method="post" enctype="multipart/form-data"> |
<form class="quform" action="quform/process-file-uploads.php" method="post" enctype="multipart/form-data">
Starting with an example form
If you are starting with one of the example forms, make sure you are modifying the correct process file. The documentation will ask you to modify the process.php file, but you should check the action
attribute of the example form to see which file to modify instead.