Jump to content
  • 0

Referral Link


Benades

Question

Hi, I need to create a typical referral link when followed it would auto complete a field (Referrer ID) in a registration form.
All the examples I've seen talk about passing parameters from one form to another without being seen where in my case I need it displayed as text (or URL).

Thanks for the input

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @Benades,

Looks like passing Parameters as Query String Values will be a good fit here: https://howto.caspio.com/parameters/parameters-as-query-string-values/

For example, http://www.site.com/registration.html?rid=[@field:Referrer_ID]

Then you need to receive the parameter as [@rid] in the registration form : https://howto.caspio.com/parameters/receiving-parameters/

Hope this helps!

Link to comment
Share on other sites

  • 0

In addition to the previous response, you can display the ID or the link after submitting the form. 

It needs to have a formula field in the Table that will serves as the Referral link. It will just concatenate the URL and the ID of the referral. 

4883905

'URL?ID='+[@field:ID]

Then, on the Destination of the DataPage, you can display this Referral link field.

4883910

 

Hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...