Hi @robh25
I hope you are doing well.
1. Can i add the file upload at the bottom of the form below the submit button?
This would be possible but not suggested to do so, you can use the HTML field and paste the Button HTML code:
<button class="forminator-button forminator-button-submit">Send Message</button>
Then hide the last row using CSS:
.forminator-row-last{
display: none !important;
}
The CSS can be added to Form > Appearance > Custom CSS.
Now with the HTML field, you can move the Upload behind it.
However, this will probably trigger people to submit the form before uploading the necessary file.
2 If i am collecting data in the form such as name, e-mail and phone do i need a consent button on the form?
This depends on your terms and location, for example for GDPR https://gdpr.eu/gdpr-consent-requirements/
Based on a few articles by writing the specific fields it indicate the user gives you consent to use the data, though most of the time I see that being used when you also plan to send the email to any integration so you can point out that in the terms of your site.
I suggest checking your local law to verify if it is required, though most of the forms we deal with won’t use it.
Best Regards
Patrick Freitas