I am creating a profile page for members and would like to link a button to GO TO a URL using the USER DATA that was received from a FORM … Maybe you can figure it out from the picture below.
Ok — Maybe a picture would help …
If i am collection URL’s from a data form … I want to be able to USE them afterwards… NOT just “show them” …
(I hope that makes sense)
OR if re-direct with a button is not possible for the URLS being collected in the form …
I would like to be able to “select” the URL from the database and EMBED on a dynamic page. Thanks.
Hi,
You can indeed use the URL collected from the user.
Let’s say the URL was entered to a column in the collection called “userUrl”. In the “When successful, navigate to” section you need to select that column from the dropdown (instead of “A link…”).
Clicking the button will submit the form (as shown in the picture you attached) and then redirect the page to the URL from the collection.
Is this the behavior you’re looking for?
See here for more info: CMS: Connecting a Button to a Collection | Help Center | Wix.com
Perfect. Thank you.