Changes

Jump to: navigation, search

Converting Fields To Contacts

2 bytes added, 16:31, 13 November 2009
no edit summary
3. Create a html document to act as the combined signup page.
[[Image:SignupHTML.PNGpng]]
4. Modify the token references to the two tokens noted in steps 1 and 2.
[[Image:Signup.PNGpng]]
5. Place the following first function in the head of the HTML.
7. Replace "field1" or "element1" etc. with the actual form or element id name and "parameter1" with the parameter name.
eg.  
var para1=document.getElementById('firstname');
 
<input type="text" value="" id="firstname">
 
or
 
var para1=document.getElementById('firstname');
 
<div id="firstname"></div>
Smartstaff, administrator
4,478
edits

Navigation menu