Hi
Ops! Posted on the wrong section. Can any mod move this to “Modules: Technical Assistance”? Thanks!
I have a form using Freeform and WForms at http://www.formassembly.com/wForms/ to have their switch and repeat function. I was wondering why is it that the error “Disallowed Key Characters” comes out whenever I’m adding more field dynamically?
Codes below:
<pre><code> {exp:freeform:form form_name="rsvpForm" form_title ="Launch Event Guest List Form" return="error/thankmail" required="name|email"} <fieldset> <legend>RSVP</legend>
You may invite up to three (3) guests with you. Kindly fill in yor details below and any guests that you might accompany you.
<label for="{rsvpName}">Name:</label><br>
<input type="text" id="{rsvpName}" name="{rsvpName}" class="title" value="{screen_name}" />
<label for="{rsvpEmail}">Your Email:</label><br>
<input type="text" id="{rsvpEmail}" name="{rsvpEmail}" class="title" value="{email}" />
<label for="willAttend">Subject:</label><br>
<input type="checkbox" value="willAttend" class="switch-guest" />Yes I will attend.
</fieldset>
<fieldset id="guestSection" class="offstate-guest repeat">
<legend>Guest</legend>
<label for="{rsvpGuestName}">Guest Name:</label><br>
<input type="text" id="{rsvpGuestName}" name="{rsvpGuestName}" class="title" />
<label for="{rsvpGuestEmail}">Guest Email:</label><br>
<input type="text" id="{rsvpGuestEmail}" name="{rsvpGuestEmail}" class="title" />
</fieldset>
<input type="hidden" id="guestSection-MaxRC" value="2" disabled="disabled" />
<button class="button positive" type="submit">plugins/buttons/icons/tick.pngSend</button>
<button class="button negative" type="reset">plugins/buttons/icons/cross.pngReset</button>
{/exp:freeform:form}[/code]
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.