• Hello,

    I’m running WordPress 3.7.1 along with this plugin, and I’ve added shortcodes inside of a Contact Forms 7 form to create two columns so I have an aesthetically appealing form and it’s still responds to screen size responsively.

    In the most recent update, something broke. One of the pages I did this one is https://www.completepmo.com/join-us/. In side the Contact Form 7 plugin I’ve created the form as follows with the shortcode:

    [su_row]
    [su_column size=”1/2″]
    <p>
    Name (Required)
    [text* your-name 30/]
    </p>
    <p>
    Email (Required)
    [email* your-email 30/]
    </p>
    Phone Number (Required)
    [tel* phone-number 30/]
    </p>
    <p>
    Mailing Address
    [textarea address 23×2]
    </p>
    <p>
    Resume / CV
    [file* resume-cv]
    </p>
    [/su_column]

    [su_column size=”1/2″]
    <p>
    Cover Letter / Comments
    [textarea cover-letter 23×15]
    </p>
    <p>
    Verification: [captchac captcha-join-us size:m] [captchar captcha-join-us 7/]
    </p>
    <p style=”text-align: right;margin-right: 10px;”>
    [submit “Send”]
    </p>
    [/su_column]
    [/su_row]

    I’d like to know if anyone else is having this problem, or if it’s possible to downgrade to a previous version of this plugin that worked.

    Thanks in advance.

    https://www.ads-software.com/plugins/shortcodes-ultimate/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I have this problem too !
    Any idea ?

    Thanks a lot,
    Denis.

    Matt

    (@mvincik)

    I just had this problem and fixed it in minutes after I realized what was going (sort of). My style sheets where not being loaded on the output contact form page so all I did to resolve this was put a blank shortcode on the contact form page, the page where you put your contact form shortcode, to load the style I needed and boom… my contact forms had nice responsive columns and I was able to use the column shortcode within contact form 7.

    Give it and try and let me know if it works for you. Sometimes you just have to sneak up slowly and trick it in to working! hahaha

    [su_row]
    [su_column size="1/2"]
    [/su_column]
    [/su_row]

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with Shortcode in Contact Form 7’ is closed to new replies.