Hello , I have a small issue with displaying my user inputs. So I’m using a multi step form and I want the user on the last step before submitting check his inputs. so I found a youtube video
and follow it but it give me this issue “data does not exist on #container1” An suggestions please?
Hi,
if I understand your code correctly, you are trying to pass the data to the container inside the repeater.
However, in the video tutorial you follow, the data is passed to the repeater itself:
$w('#your-repeater-id').data = items;
Please make sure to use the relevant repeater ID to resolve the issue. If it persists, please send us the link to the page with the issue so we can check further.
Hi , thank you for your respond.
I fixed this error yes , but still the data is not being displayed inside the repeater.
my goal is to to get the “Email”, “Project Title” and “Project description” inputs in step 1 and 2 and display it before the user click submit on step 3
https://editor.wix.com/html/editor/web/renderer/edit/d04f2d3b-c274-49e5-942e-356e5df9fc2a?metaSiteId=fb4873d3-dd30-4f0e-affa-a596b0246656&editorSessionId=c303a49e-bcb7-4ab1-bc8e-2e6f0895f17a&referralInfo=dashboard
here is the link , thank you in advance.