Jump to content
  • 0

Receiving Parameters - Need help with Query String


whitecapconstruction

Question

Hi,

I want account number and email address to auto-populate on my web form (data page) each time one of my customers goes there after logging into my site. So the steps would be 1) customer logs into my site, customer sees link to my form and clicks on it and 3) customer is taken to auto populated form.

I setup a data page so that it passed parameters as described in the "how to" section. I put together a query string (also as per the "how to" instructions) in order to test the page and I was unable to get the form to auto populate. Can you help me trouble shoot my query string?

I want to test the form before I hand it off to my developers to work with.

Here is the sting I used to test:

http://b4.caspio.com/dp.asp?AppKey=786a ... 77b?email=[@email:iangel@whitecap.net]&acctno=[@acctno:12345678910]&hiddenemail=[@hiddenemail:iangel@whitecap.net]

Thanks!

Iliana

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

If you are passing values through a link then the correct format is

URL?paramname=[@field:FIELDNAME]&paramname2=[@field:FIELDNAME]&paramname3=[@field:FIELDNAME] for instance if you have Email and Acc_No fields in your table: http://b4.caspio.com/dp.asp?AppKey=786a ... 77b?email=[@field:Email]&acctno=[@field:Acc_No]

These tutorials are helpful:

http://howto.caspio.com/parameters/pass ... tring.html

http://howto.caspio.com/parameters/rece ... eters.html

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...