Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: still got the problem like ticket 95

Status Resolved
Add-on / Version Custom System Messages
Severity Trivial
EE Version

Marcus

Dec 09, 2012

I’m sorry but my ticket was longer than this.

{head}

{exp:system_messages:js}

<link href=”{stylesheet=style/contact.css}” rel=“stylesheet” type=“text/css” media=“screen” />

</head>

<body>

[removed]

{exp:system_messages:form message_container="#error_message"}


{exp:freeform:form
form_id="1"
required="name|email"
notify_admin="yes"
recipient_template="contact_form"
}

Vul de gegevens van ons contact formulier in.



<input type=“text” value=”” name=“naam” id=“name” class=“input required” /></div>

<input type=“text” value=”” id=“from” name=“from” class=“input email-input required” /></div>


 


<textarea name=“message” id=“message” class=“textarea” rows=“5” cols=“25”></textarea>

{if captcha}

{captcha}

<input type=“text” name=“captcha” value=”” size=“20” id=“captcha” maxlength=“20” class=“captcha input required” /></div>
  {/if}

<input type=“submit” value=“Versturen” id=“submit” class=“submit” /></div>

{/exp:freeform:form}

 

{\exp✉️contact_form}

 

#1

BoldMinded (Brian)

I’m sorry, this ticket is too vague. Please provide more information or else I’ll just close the ticket.

#2

BoldMinded (Brian)

Please post the URL in which I can see this happen at… sorry, but this still isn’t enough info to debug it. What version of CSM and Freeform are you using?

If you look at the network tab in Firebug or Webkit inspector you can see what the repsonse is, which is why I’d like to see the URl this happens at so I can look at the real error message.

#3

Marcus

I’m sorry but my ticket was longer than this.

http://www.rijgedrag.nl/test/form2

EE 2.5.3 CSM 2.4.2 freeform: 3.1.0

error is working fine mail is send when succes but I get this as succes message

AJAX Error The response was not a valid JSON object.

<html>
<head>

    {exp:system_messages:js}

</head>

<body>

    <div id="omg"></div>

    {exp:system_messages:form message_container="#omg"}
        {exp:member:login_form return="pages/index"}
            

<div id="jigowatt_form">

 {exp:freeform:form
    collection="Contact Form"
    required="naam|email"
}
 

<fieldset>
 <legend>Vul de gegevens van ons contact formulier in.</legend>

 <div>
 
 <label for="name"><span class="required">*</span> Uw Naam</label>
 <input type="text" value="" name="naam" id="name" class="input required" /></div>

 <div><label for="email"><span class="required">*</span> E-mail</label>

 <input type="text" value="" id="email" name="email" class="input email-input required" /></div>

 <div><label for="subject" accesskey="S">Onderwerp</label>
  <select name="onderwerp" id="subject" class="submit">
   <option >Algemene informatie</option>
   <option >Tips voor Rijgedrag.nl</option>
   <option >Klacht over Rijgedrag.nl</option>
  </select>
 </div>

 <div><label for="comments" accesskey="C"><span class="required">*</span>Reactie</label>
 <textarea name="message" id="message" class="textarea" rows="5" cols="25"></textarea></div>

 {if captcha}
        <div><label for="captcha"><span class="required">*</span> Controle?</label>{captcha}</div>
        <div><label for="captcha">Neem dit woord over</label><input type="text" name="captcha" value="" size="20" id="captcha" maxlength="20" class="captcha input required" /></div>
    {/if}

 <div><input type="submit" value="Versturen" id="submit" class="submit" /></div>

</fieldset>
{/exp:freeform:form}




        {/exp:member:login_form}
    {/exp:system_messages:form}
    </div>

</body>
#4

BoldMinded (Brian)

Sorry for the delayed response, but the error message you got is from EE. The real error message will be in the Ajax request response. If you are still having issues with this please open a new ticket as it has been awhile since this was opened with no follow up from you, so I assume it isn’t an issue anymore or you are not using CSM.

Login to reply