Support » Plugin: Bootstrap for Contact Form 7 » Prepending/Appending text

  • Resolved KristianK

    (@avatar1301)


    How do I prepend/append text to the input? Normally you would use something like

    <div class="input-group">
      <span class="input-group-addon">$</span>
      <input type="text" class="form-control" aria-label="Amount (to the nearest dollar)">
      <span class="input-group-addon">.00</span>
    </div>

    But when using the method of labeling in between shortcodes, you cannot have the input-group as well.

    https://wordpress.org/plugins/bootstrap-for-contact-form-7/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Prepending/Appending text’ is closed to new replies.