Convio Email Sign Up in Joomla

Cancelado Publicado Nov 2, 2011 Pagado a la entrega
Cancelado

we want to allow users to signup for convio list using only email address. user will submit email address from joomla website, the email sign up will be located on the top banner of the site.

The user will have only one field to enter email address, you must validate that it is an email address and send user to a confirmation page upon successful submission.

So on the top banner of the joomla website you can probably create a custom module to have the code.

the work will be done on a staging site first, you will show me what changes you made so that i can apply the changes to the live site, if i need your help to apply the changes I will let you know.

you must understand convio coding for this

i have some sample codes provided

## Deliverables

Hello!

Not sure if an API is really necessary here since it is super easy to use a customized survey code to create a registration form that can be used anywhere. Below are some variable types of forms that I've created in the past for clients. You can see one of them live on [[url removed, login to view]][1]. They are on Convio CMS but the code is the same as what I use to create registration forms on Facebook like here: [https://www.facebook.<wbr />com/americanhumane?sk=app_<wbr />11007063052][2]

Here is the one for BC SPCA. You can use this code if you want to create a FIRST/LAST/EMAIL form. You will only have to customize the size, styles and the absolute URLs.

FIRST/LAST/EMAIL

<style type="text/css">

input#cons_first_name, input#cons_last_name, input#cons_email {

width:205px;

margin-bottom:2px;

margin-top:2px;

}

.signupFormSubmit{

background: url(../images/content/<wbr />pagebuilder/[url removed, login to view]) no-repeat left

top;

width: 205px;

height: 30px;

border:none;

}

.regfield{

margin: 0px 0px 0px;

float:inherit;

padding: 0px 0px 0px;

height: 30px;

}

</style>

<!-- end cvo snip devotional email only --><form method="POST"

action="[http://support.spca.<wbr />[url removed, login to view]"><input][3] <wbr />type="hidden"

name="cons_info_component" id="cons_info_component" value="t" /><input

type="hidden" name="SURVEY_ID" id="SURVEY_ID" value="2620" />

<input type="text" name="cons_first_name" id="cons_first_name" value="First Name"

size="17" maxlength="50" />

<input type="text" name="cons_last_name" id="cons_last_name" value="Last Name"

size="17" maxlength="50" />

<br>

<input type="text" name="cons_email" id="cons_email" value="Email Address"

size="38" maxlength="255" onfocus="if([url removed, login to view] == 'Email Address')

{this.value='';}" onblur="if([url removed, login to view] == ''){this.value='Email Address';}"

/><span style="display:none"><input type="text" name="denySubmit"

id="denySubmit" value="" alt="This field is used to prevent form submission by

scripts." />Please leave this field empty</span>

<br>

<input type="submit" name="ACTION_SUBMIT_SURVEY_<wbr />RESPONSE"

id="ACTION_SUBMIT_SURVEY_<wbr />RESPONSE" value="" class="signupFormSubmit"

/></form><!-- end cvo snip devotional email only -->

<span style="font-family: arial, helvetica, sans-serif;"><span style="font-size: 9pt;"><span style="color: #003d84;">Already a member? </span></span></span><a href="UserLogin?=0&<wbr />NEXTURL=[[T1:PageNavigator/<wbr />reg_welcome]]"><span style="font-family: arial, helvetica, sans-serif;"><span style="font-size: 9pt;"><span style="color: #003d84;"><strong>Login</<wbr />strong></span></span></span></<wbr />a> &#9658;

Here is an easy form that I built for that Facebook reg form for American Humane. You can see how in addition to FIRST/LAST/EMAIL we also configured the code to capture interest opt-ins.

<form method="post" action="[http://site.<wbr />[url removed, login to view]][4]<wbr />">

<input type="hidden" name="cons_info_component" id="cons_info_component" value="t" />

<input type="hidden" name="SURVEY_ID" id="SURVEY_ID" value="5881" />

<input type="hidden" name="s_src" value="FaceBook Fan Page Signup" />

<span class="Explicit">Fill out the form below to sign up for our newsletter.</span><br />

<p>* <label for="cons_first_name">First Name:<span style="position:absolute;left:<wbr />-9999px">Required</span></<wbr />label><br />

<input type="text" name="cons_first_name" id="cons_first_name" value="" size="20" maxlength="50" /></p>

<p>* <label for="cons_last_name">Last Name:<span style="position:absolute;left:<wbr />-9999px">Required</span></<wbr />label><br />

<input type="text" name="cons_last_name" id="cons_last_name" value="" size="20" maxlength="50" /></p>

<p>* <label for="cons_email">Email: <span style="position:absolute;left:<wbr />-9999px">Required</span></<wbr />label><br />

<input type="text" name="cons_email" id="cons_email" value="" size="20" maxlength="255" /></p>

<fieldset>

<div>

<legend class="surveyLegend Explicit"><span class="legendWrapper" style="display:block; white-space:normal; width:100%;"><span class="aural-only" style="position: absolute; left: -9999px;">Question - Not Required -</span> <span>I would like to receive newsletters on these topics:</span></span></legend>

<table border="0" cellspacing="4" cellpadding="0">

<tr valign="top">

<td><input type="checkbox" name="1062_5881_2_6321" id="1062_5881_2_6321_1" class="checkbox" value="1037" /></td>

<td>

<p><label for="1062_5881_2_6321_1" class="wrapable">Protecting Animals</label></p>

</td>

</tr>

<tr valign="top">

<td><input type="checkbox" name="1062_5881_2_6321" id="1062_5881_2_6321_2" class="checkbox" value="1036" /></td>

<td>

<p><label for="1062_5881_2_6321_2" class="wrapable">Protecting Children</label></p>

</td>

</tr>

</table><br />

</div>

</fieldset>

<span style="display:none">

<label for="denySubmit">Spam Control Text:</label> <input type="text" name="denySubmit" id="denySubmit" value="" alt="This field is used to prevent form submission by scripts." /> Please leave this field empty

</span>

<p><input type="submit" name="ACTION_SUBMIT_SURVEY_<wbr />RESPONSE" id="ACTION_SUBMIT_SURVEY_<wbr />RESPONSE" value="Submit" class="Button" /></p>

</form>

Amazon Web Services PHP Instalación de scripts Shell Script Arquitectura de software Verificación de software Web Hosting Gestión de páginas web Verificación de páginas web

Nº del proyecto: #3671162

Sobre el proyecto

Proyecto remoto Activo Nov 3, 2011