Hi,
i created an user input form and in preview mode my submit button works but not in publish mode. I’ve checked my permissions and other settings and all seems to be fine.
Any ideas as to what the issue could be?
Hi,
i created an user input form and in preview mode my submit button works but not in publish mode. I’ve checked my permissions and other settings and all seems to be fine.
Any ideas as to what the issue could be?
am having the same issue at my site too. works well in preview but not in publish.
Hi,
Please make sure that your dataset has write or read\write permissions, and that the collection has “Form Submission” permissions.
If it still doesn’t work, please share the URL of your published site.
Elad
Mine started working automatically
@kanch i think this is what you mean right?
in the code preview mode I get this error when I hit submit:
save operation failed: DatasetError: Some of the elements validation failed
Any ideas?
It sounds like some of the mandatory fields is not filled before the submit or it is filled with an incorrect value (for example: email with an incorrect format or input field that allows only numbers and you entered other character)
I am having this issue now. jimboandjules.com product page reviews
Stephen, you are better off making a new post instead of jumping onto an old post.
I assume that you are using this tutorial here.
https://support.wix.com/en/article/corvid-tutorial-adding-ratings-and-reviews-to-a-wix-stores-site
When you have added the add review button shown here in step 2.
https://support.wix.com/en/article/corvid-tutorial-adding-ratings-and-reviews-to-a-wix-stores-site#step-2-set-up-the-shop-product-page
Did you do what it says in step 9 and to add the onClick event handler for it?
https://support.wix.com/en/article/corvid-tutorial-adding-ratings-and-reviews-to-a-wix-stores-site#step-9-create-the-addreview_click-function-on-the-product-page
Step 9: Create the addReview_click Function on the Product Page
addReview_click runs when the reviewer clicks the “Write a Review” button. We selected the “Write a Review” button and, in the Properties panel, added an onClick event handler .
Just tested a few products on your page and the button works and the lightbox pops up.