If you are using code in oder to sign up add wixLocation.to() function after the sign up action was succeed.
Else, use the button’s link tab in order to navigate to a different page.
View this link about the connect button panel:
How can I ensure that the user is redirected to the page to complete sign up, without being able to view the other Members Only page first? Because I want the restriction feature.
Can you please give to give the code and guide me where to add the code ? on how to redirect member after signup without creating a custom form or is this possible ?
Or can I add more field or customize signup form that will work for me to get the additional information.
Hey Sapir. I am trying to redirect to a specific page after clicking the ‘Signup’ button in my customized form. I am not using code (not a software engineer or anything), so was just trying to add a link as you mentioned in your comment above. Problem is, the little chain sign of a link does not appear when i’m clicking the signup button, so I don’t have any option to add a link.
See below in yellow the options that I see for the button in the lightbox edit screen.
What am I missing?
Toda Raba
Gil
Also, after clicking the little ‘?’ help sign, it explains that there SHOULD be an option to select the Link option (see below).
Still, I cannot find this little link icon when clicking on the signup button. Frustrating. Please help
so never received a response from a WIX representative regarding this issue have you? I have been messing around with this for a few days trying to figure out a solution/answer to this! If you ever figured it out I’d appreciate the answer you came up with please.
@melissamaylawrence86
First off please add a new post rather than bumping an old thread.
Secondly as for the reason that the user can’t be linked from that signup button is simply because it is not setup to be like that.
They are talking about using a submit button on their page which is something different as shown here, in which you can link it to your dataset and on form submission the user can be moved onto another page after a successful input is saved. @melissamaylawrence86
However, the signup button that they are showing in the image is of the Wix Custom member signup window, which you can find out more about here. @melissamaylawrence86
This signup button only submits the users first name, last name, email and password to Wix so that they can be registered as a site member on that site. You can not do anything else after that with the button.
Whereas, if you used a submit button as stated in the link already given, you can save to a dataset and then move the user onto another page, either through the button dataset settings or through code with Wix Dataset .save() and then move the user on with Wix Location to()