Passing Field Information to a Form Via the URL

Passing data in a hyperlink (HTTP GET)

https://www.certain.com/system/profile/form/index.cfm?PKformID=0x1219985d6&username=jkennedy@whitehouse.gov&password=jackie

Passing data in a form submission (HTTP POST)

<form action="https://www.certain.com/event/profile/form/index.cfm?PKformID=0x21239a912" method="POST">
<input type="hidden" name="username" value="jkennedy@whitehouse.gov">
<input type="hidden" name="password" value="jackie">
<input type="submit" name="go" value=" Online Now">
</form>

Important items to consider

http://www.certain.com/event/profile/form/index.cfm?PKformID=0x33042a978&reg_ans_field04=Testing123

http://www.certain.com/event/profile/form/index.cfm?reg_ans_field04=Testing123&PKformID=0x33042a978