Jump to content
  • 0

Pass Parameters from Search to WebForm


jamesguffey3

Question

I have a search form set up to pass all fields as parameters. I would like to, upon drilling down to the details page, be able to pass these parameters to a webform, where the user could use the form to save this data to a different table. I do not understand how to actually pass the values to the webform, or perhaps more clearly, how to actually get to the webform from the search and report form.

Ultimately, I'd like to be able to take this entire dataset and update up to 3 tables with this one set of data. I'll take baby steps though :).

Any help would be appreciated.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi,

You could include a link to the Web forms in details page of your Search and Report and pass parameters via URL.

Example: http://www.yourdomain.com/results.htm?firstname=[@field:FIELDNAME]&lastname=[@field:FIELDNAME]

then in the web form just set the fields receive parameters as [@firstname], [@lastname], and so on...

Best,

Bahar M.

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