• Hi,
    I don’t have the spinning wheel after click on send. I tried to disable all the plugins but same problem, and after some research i found that i don’t have the html block for the ajax loader (which is normally just after the button block) so it’s not a problem of style

    Many thanks for your help

    The page I need help with: [log in to see the link]

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

    (@takayukister)

    See Editing form template

    What content do you have in the Form tab panel?

    Thread Starter calyweb

    (@calyweb)

    Hi,
    Thanks for your answer

    <div class=”row clearfix”>
    <div class=”form-group col-lg-6 col-md-6 col-sm-12″>
    <div class=”field-inner”>[text* text-name placeholder “Nom”]</div>
    </div>
    <div class=”form-group col-lg-6 col-md-6 col-sm-12″>
    <div class=”field-inner”>[text* text-firstname placeholder “Prénom”]
    </div></div>
    <div class=”form-group col-lg-6 col-md-6 col-sm-12″>
    <div class=”field-inner”>[email* text-email placeholder “Email”]</div></div>
    <div class=”form-group col-lg-6 col-md-6 col-sm-12″>
    <div class=”field-inner”>[text* text-telephone placeholder “Téléphone”]
    </div></div>
    <div class=”selection form-group col-lg-12 col-md-12 col-sm-12″><div class=”field-inner”>[select menu-899 class:custom-select-box id:custom-select-box “Je souhaiterais discuter de …” “Location de catamaran” “Conseils sur itinéraires” “Achat de catamaran” “Gestion – Location” “Autre”]</div></div>
    <div class=”form-group col-lg-12 col-md-12 col-sm-12″>
    <div class=”field-inner”>[textarea textarea-689 placeholder “Comment pouvons-nous vous aider ?”]</div></div>
    <div class=”form-group col-lg-12 col-md-12 col-sm-12″>
    <div class=”field-inner”>[acceptance acceptance-925] En soumettant ce formulaire, j’accepte que les informations saisies soient utilisées pour me recontacter. J’accepte également la politique de confidentialité[/acceptance]</div></div>
    <div class=”form-group col-lg-12 col-md-12 col-sm-12″>
    <button type=”submit” class=”theme-btn btn-style-three”><span class=”btn-title”>Envoyer le Message</span></button>
    </div>
    </div>

    Hello @calyweb

    Either use the default submit button like below:

    [submit class:theme-btn class:btn-style-three "Envoyer le Message"]

    or add wpcf7-submit class to your <button> tag like below:

    <button type="submit" class="theme-btn btn-style-three wpcf7-submit"><span class="btn-title">Submit</span></button>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I don’t have the spinning wheel after click on “Send”’ is closed to new replies.