Is there a way to hash a form url using variables?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
djmceltic
User
Posts: 38

Is there a way to hash a form url using variables?

Post by djmceltic »

We have forms that we have created for surveys for people to fill out after classes. They work great but the teachers want to be able to give a link out without the students filling out as much information.

There are things like:
Course Name (select box from lookup table)
Course Type (select box from lookup table)
Date

Is there a way to autopopulate these fields dynamically through url hash?


mobhar
User
Posts: 11703

Post by mobhar »

Make sure your form has GET method, and then get the values from the URL using that method.


Post Reply