Is it possible to display required field error messages on-page for embedded forms?

Hi,

We are currently using ActiveCampaign forms embedded on our website, with some added CSS in the embed code. However, when a user does not fill out all required fields, they are sent to a separate ActiveCampaign webpage. On this page the custom CSS also does not stick.

I was wondering if it is at all possible to display the form error to the user on our own webpage, instead of sending them away to a different one. If anyone knows how to do this, please let me know. Thanks!

Hi there! I’m no coding expert but I believe you can keep users on your webpage when form validation errors occur if you use an AJAX Form Submission.

This allows the form to submit without redirecting and display validation errors inline on your page. Your custom CSS will remain intact since users never leave your site. That would definitely create a smoother customer experience!