I have a form button that won’t submit the data from the dynamic invoice page I have made below:
I have a ton of backend interactions and HTML embeds that may be causing the issue
I have a form button that won’t submit the data from the dynamic invoice page I have made below:
I have a ton of backend interactions and HTML embeds that may be causing the issue
Hi @Chase_Forrester,
It looks like this is due to having required fields hidden - all your ‘Location’ fields are set to required even though most of them are hidden - this will prevent the form from submitting unless they’re filled out.
If you uncheck ‘Required’ on all the hidden location fields it should fix the issue:
If you’re still having issues after trying this, please let me know and I’ll dig deeper into this issue for you!