Registration Form

Registration Form
We need someone to create a registration form that both registers a new user into JomSocial AND at the same time subscribes the user to an autoresponder in One Shopping Cart.

The idea is to have new users register in JomSocial while also subscribing themselves to an autoresponder in 1SC.

Bidder must be familiar with JomSocial, a Joomla component – JomSocial.com. And also know a little bit about 1 Shopping Cart.

This is an example of the 1SC form:
<form name=”form1″ method=”post” action=”https://www.mcssl.com/app/contactsave.asp”>
<input name=”merchantid” type=”hidden” id=”merchantid” value=”11111″>
<input name=”ARThankyouURL” type=”hidden” id=”ARThankyouURL” value=”SuccessNet.org/tky.htm”>
<input name=”copyarresponse” type=”hidden” id=”copyarresponse” value=”0″>
<input name=”custom” type=”hidden” id=”custom” value=”0″>
<input name=”defaultar” type=”hidden” id=”defaultar” value=”13113″>
<input name=”allowmulti” type=”hidden” id=”allowmulti” value=”0″>
<input name=”visiblefields” type=”hidden” id=”visiblefields” value=”Name,Email1″>
<input name=”requiredfields” type=”hidden” id=”requiredfields” value=”Name,Email1″>
<table>
<tr>
<td>Name</td>
<td><input name=”Name” type=”text” size=”40″></td>
</tr>
<tr>
<td>Email</td>
<td><input name=”Email1″ type=”text” size=”40″></td>
</tr>
<tr align=”center”>
<td colspan=”2″>
<input type=”Submit” name=”cmdSubmit” value=”Submit”>
</td>
</tr>
</table>
</form>

Leave a Reply

Your email address will not be published. Required fields are marked *