We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Freeform : Disallowed Key Characters

Development and Programming

yassiryahya's avatar
yassiryahya
33 posts
17 years ago
yassiryahya's avatar yassiryahya

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]
       
yassiryahya's avatar
yassiryahya
33 posts
17 years ago
yassiryahya's avatar yassiryahya

Argh stupid me!

Guess whoever that read this would probably see the mistake straight away 😛

Sorry!~

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.