Jump to content
  • 0

Adding a Form to a Result Page


DougH

Question

I have a data page where you can search for a matching item in Table A and view results. It is configured and working but I need to add a form with Data from the results to be submitted to Table B. Is there a way to add a form to a result page that can do this? Table A is a list of Events and Table B is a list of attendees. After you search for the event you want and select, on the results page I want them to fill out there RSVP which includes a reference field to Table A. Any pointers on the best way to do this?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hello @DougH,

The easiest way to implement this is the following:

1) Add the HTML block on the  Configure Results Page Fields screen of your Report DataPage.

2) In the HTML block place a link to your Submission form DataPage and pass the event ID as a parameter.

For example:

<a href="https://c1aaa111.caspio.com/dp/9fae7000db8d9f6958d84c15b418?Event_ID=[@field:Event_ID#]">Register for this event</a>

image.png.d913d76e895215a033942be0874b0b3d.png

3) On the Submission form DataPage receive the Event_ID parameter.

image.png.7563dc219c178dda77adf16c5bf0a342.png

 

Please replace the [@Event_ID] with you local field name. 

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