• Is there any way i can move the success message to show in another div inside the container where the contact from is been used .

    For ex :
    <div class =”container”
    <div class = “class1> code <div>
    <div class = “class2> code <div>
    <div class = “class3> <?php echo do_shortcode( ‘[contact-form-7 id=”1″ title=”1”]’ ); ?> <div>

    I would like to show below sucess div below to class1 div section

    <div class=”wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok” style=”display: block;margin-top: -20px;” role=”alert”>Your message was sent successfully. Thanks.</div>

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Show Contact form success message in specific div section for selected form’ is closed to new replies.