I have an embedded form an my ‘public’ website (e.g. non-registered users can visit this) which I use as a lead generation. Upon submitting the form, the visitor is redirected to a (Tadabase) details page which shows the form data and some other text… The record ID from each form submission is recorded in the URL. Each form entry is saved into a table ‘Leads’
On the bottom of the details page, I want the visitor to sign up. I use the signup component, but I would like to attach all the data from the details page to this new user. How do I this, because?
the record ID from the Details page cannot be retrieved into the Signup component, since that’s a separate component on the Details page.
The signup component contains User data, but even when I use a connection field I cannot make the connection in the record rule.
Maybe some custom JS to pull the record ID from the URL? Anyone else have an idea how to do this?
The table connection setup is stuck. For some reason it’s not possible to update the record rule in the Signup component. Whenever I change it to “recordid”, then save it and then open it again to check it, it returns “0”