There are different situation of the error:
- numerous “Your content haas been submitted” shown after clicking the “submit” button;
- or simply “The error occurred” submission failed.
Users are suppose to input their data and it will be shown live on top of the page. Could you please advise for the error problem?
Hello,
It’s not really clear from the screenshot what’s causing this issue.
In order to achieve the desired functionality, you will need to create a custom form and populate the results to a Text Element (as an example).
https://www.wix.com/corvid/reference/$w.Text.html#text - Sets or gets the plain-text contents of a text element.
We have several examples of custom forms that should help you start:
https://www.wix.com/corvid/examples?search=form
Creating a Form with User Input Elements
Since the form cannot be customized, I am using multiple input fields and a button for submission. Please refer to the video below.