Problems with custom code of a form
-
After creating the form and fixing some errors, I was finally able to make the form work with Stripe, but my client wanted the layout of the form to be in a double column, where on the left side the various options were selected and on the right side you found a column containing the data entered with their prices. Extrapolating the code of the form created with Forminator from my browser I succeeded in this undertaking, but I am encountering some errors which presumably are deriving from some internal Forminator script.
1) The first mistake is that having divided the contents of the form manually into two columns, the pagination steps bar is automatically duplicated even if there is not in the code, and I assume that this happens precisely because of the subdivision. The same problem sometimes occurs with the “Previous” and “Next” buttons.
Modified Code:
https://drive.google.com/file/d/11SdLHgRZkk6IyJZ7p450XD_Jp9qphSgT/view?usp=sharingError images:
https://drive.google.com/file/d/1D2VzwIS2v8VZuop1D5vx397u1OVTBZDq/view?usp=sharing2) The second error is technical, trying to fill in the form even with the errors listed above, for good or bad it works, until you click on the button to send the form request. When you click the request button an error is displayed, which I also assume comes from the fact that there are two pagination steps, and duplicate buttons.
Image error:
https://drive.google.com/file/d/1tyQzDTwoFdQiB2dCGB0T6fJHrkjq6hwn/view?usp=sharing
- The topic ‘Problems with custom code of a form’ is closed to new replies.