Form Componant Issue 1

Please see the video to check out the issue with the form component.

Thank you

Just to clarify,

All form elements/fields need to be RTL compatible. The form doesnt send any data through the webhook as it fails to submit for some reason.

Thanky you

Hi @mmohdher

Thanks for the video—super helpful to see what’s going on :slightly_smiling_face:

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:

  1. Install ServBay

  2. Publish your Elements site to a local folder

  3. In ServBay, create a new site and point the root directory to your published folder

  4. 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! :slightly_smiling_face:

1 Like

Thank you very much

Thank you very much. I published my website as I was going to do so anyways. However, Webhook is still not working eventhough I delted and recreate the webhook multiple times. I also tested the webhook using Postman and it working fine. Actually my form never seem to submit successfully and always reverting to the error content.

could you send us the live URL and the Elements project so we can take a look at this? :slight_smile: