• Hi,

    I have a contact form set up which allows us to add products to a quote form.

    However, the content is enclosed with an opening [ and then closing ] bracket.

    I cannot link to the page as it is a test site so has to remain private.

    Below is a link to the screenshot

    https://drive.google.com/file/d/17Nm-fPvM3io9BI07yubbRYdvJQsWdKl3/view?usp=sharing

    Below is the code:

    </div>
    <div class=”row align-items-center”>
    <div class=”col-sm-6″> Company Name (required)
    [text company-name]
    </div>
    <div class=”col-sm-6″> Your Phone (required)
    [text* your-phone]
    </div>
    </div>
    <div class=”row align-items-center”>
    <div class=”col-sm-6″> Company Location
    [text company-location]
    </div>
    <div class=”col-sm-6″> Site/Delivery Location
    [text* site-delivery-location]
    </div>
    </div>
    <div class=”row align-items-center”>
    <div class=”col-sm-12″> Your Requested Products (please indicate quantities required)
    [textarea requested-product class:requested-product]
    You can edit the above message and send us any related questions or comments
    </br>
    </div>
    </div>

  • The topic ‘Unwanted brackets in contact form’ is closed to new replies.