Hi - Is there a way to make a field optional? Also, how can I adjust the order of the fields? Thank you,
An answer from the developers would be great, since i would also like to know how to make fields optional
Hello, For the field optional issue, go to the infowway-front.php file (Theme directory > functions directory > infowway-front.php) present in your Theme directory and remove the code given below from the that file as shown in the image given below. Code: class="required requiredField email" required See the image for reference. This will make the field optional. For the field order issue, Go to the Appearance > Custom Lead Capture Form panel in your dashboard and delete all the fields and recreate all the field in your order. This will solve your order issue.