Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m pretty sure you can do it all with just css.

    Messing with plugins files is generally not a good idea, because all your changes will be gone when you update the plugin.

    off course you can.

    In form manager, put your html tag (if you need)
    Ex :

    <div id="bloc-devis">
    <p class="champs"><label>Nom*</label>[text* your-name] </p>
    <div class="input_file_style_new">[file file244]<img src="btn_joindre.png"/></div>
    <p class="champs"><label>Message</label>[textarea your-message] </p>
    <input type="image" name="imageField" id="btn_devis" value="Envoyer"/>
    </div>

    And after change the style.css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where to add custom HTML for form design?’ is closed to new replies.