Hi @mmohdher
Thanks for the video—super helpful to see what’s going on
The Select arrow appearing on the wrong side is a bug—we’ll get that fixed up!
As for the form returning an error when submitting to your webhook:
That’s happening because you’re submitting the form from local preview. Webhook submissions require a server environment, so once you publish the page to a server—either a remote server or a local one—you should find the submission works as expected.
If you want to test everything locally, you’ll need to set up a local web server on your Mac. I recommend ServBay for this.
Here’s a quick guide:
-
Install ServBay
-
Publish your Elements site to a local folder
-
In ServBay, create a new site and point the root directory to your published folder
-
Open the site in your browser through ServBay for full local testing—including Forms and webhooks
If that feels like too much, the simpler option is to just publish the page to a remote web server and test it there.
Hope that helps!