Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Anonymous User 14707254

    (@anonymized-14707254)

    Im getting exactly the same error

    “There was an error trying to send your message please try later” it has an orange boarder around it.

    Akismet is disabled but I still get the same error.

    I have another contact form 7 on my blog and this one seems to work ok though.
    I have cleared the cache, and alto tried to send from a private browser to ensure I have a completely new session..

    http://blupace.com/fuji-xt1-accessory-door-issue/

    Any help appreciated

    Blupace

    Anonymous User 14707254

    (@anonymized-14707254)

    Here is an update.

    I can get the form to work if I don’t insert any placeholder text in the fields.
    Once i put place holder text into the form setup, it breaks and my messages won’t send.

    If I backup the code and add placeholder text one at a time, I can get the text into the name field. Once I put text into the email field the form breaks.

    Please note, I am doing this by recreating the field from new so the fields are created by the plugin.

    Even if I remove the placeholder text manually the form won’t work. However I can past my backup code back into the form, and it suddenly starts working again.

    Regards

    Pace

    Anonymous User 14707254

    (@anonymized-14707254)

    This code works

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Purchase Date (required) <span style="color:red"> YYYY-MM-DD</span><br />
        [date* PurchaseDate] </p>
    
    <p>Country of Purchase (required)<br />
        [select* CountryofPurchase include_blank "Algeria" "Argentina" "Australia" "Austria" "Bahrain" "Bangladesh" "Belgium" "Bolivia" "Canada" "Chile" "China" "Colombia" "Croatia" "Cyprus" "Czech Republic" "D R Congo Kinshasa" "Denmark" "Egypt" "Fiji" "Finland" "France" "Germany" "Greece" "Hong Kong" "Hungary" "Iceland" "India" "Indonesia" "Iran" "Ireland" "Israel" "Italy" "Japan" "Jordan" "Kazakhstan" "Kenya" "Korea (South)" "Kuwait" "Kyrgyzstan" "Latvia" "Lebanon" "Libya" "Liechtenstein" "Lithuania" "Madagascar" "Malaysia" "Malta" "Mauritius" "Mexico" "Mongolia" "Morocco" "Netherlands" "New Caledonia" "New Zealand" "Norway" "Pakistan" "Papua New Guinea" "Paraguay" "Peru" "Philippines" "Poland" "Portugal" "Qatar" "Romania" "Russia" "Saudi Arabia" "Singapore" "Slovakia" "South Africa" "Spain" "Sweden" "Switzerland" "Syria" "Taiwan" "Tanzania" "Thailand" "Tunisia" "Turkey" "Uganda" "Ukraine" "United Arab Emirates" "United Kingdom" "United States" "Uruguay" "Uzbekistan" "Vanatu" "Venezuela" "Vietnam" "Yemen"] </p>
    
    <p>Serial Number (required)<br />
        [text* SerialNumber] </p>
    
    <br>
    <p><center><strong>CONFORMATION</strong></center><br /></p>
    <p>I confirm I have experienced the manufacturing issue relating to the accessory door on the Fuji XT1 camera. I would like Fuji to acknowledge and correct the issue, extending its warranty related to this specific manufacturing defect. This problem undermines confidence in using the product as advertised, in conditions that rely upon the units weather sealing.  [acceptance Accept]<span style="color:red"> (required)</span> </p>
    <br>
    <p><center>[submit "Send"]</center></p>

    This code doesn’t

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* Email placeholder "Your Email"] </p>
    
    <p>Purchase Date (required) <span style="color:red"> YYYY-MM-DD</span><br />
        [date* PurchaseDate] </p>
    
    <p>Country of Purchase (required)<br />
        [select* CountryofPurchase include_blank "Algeria" "Argentina" "Australia" "Austria" "Bahrain" "Bangladesh" "Belgium" "Bolivia" "Canada" "Chile" "China" "Colombia" "Croatia" "Cyprus" "Czech Republic" "D R Congo Kinshasa" "Denmark" "Egypt" "Fiji" "Finland" "France" "Germany" "Greece" "Hong Kong" "Hungary" "Iceland" "India" "Indonesia" "Iran" "Ireland" "Israel" "Italy" "Japan" "Jordan" "Kazakhstan" "Kenya" "Korea (South)" "Kuwait" "Kyrgyzstan" "Latvia" "Lebanon" "Libya" "Liechtenstein" "Lithuania" "Madagascar" "Malaysia" "Malta" "Mauritius" "Mexico" "Mongolia" "Morocco" "Netherlands" "New Caledonia" "New a" "Norway" "Pakistan" "Papua New Guinea" "Paraguay" "Peru" "Philippines" "Poland" "Portugal" "Qatar" "Romania" "Russia" "Saudi Arabia" "Singapore" "Slovakia" "South Africa" "Spain" "Sweden" "Switzerland" "Syria" "Taiwan" "Tanzania" "Thailand" "Tunisia" "Turkey" "Uganda" "Ukraine" "United Arab Emirates" "United Kingdom" "United States" "Uruguay" "Uzbekistan" "Vanatu" "Venezuela" "Vietnam" "Yemen"] </p>
    
    <p>Serial Number (required)<br />
        [text* SerialNumber] </p>
    
    <br>
    <p><center><strong>CONFORMATION</strong></center><br /></p>
    <p>I confirm I have experienced the manufacturing issue relating to the accessory door on the Fuji XT1 camera. I would like Fuji to acknowledge and correct the issue, extending its warranty related to this specific manufacturing defect. This problem undermines confidence in using the product as advertised, in conditions that rely upon the units weather sealing.  [acceptance Accept]<span style="color:red"> (required)</span> </p>
    <br>
    <p><center>[submit "Send"]</center></p>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I tried using the contact form and I keep getting an error’ is closed to new replies.