Issue with Shortcode in Contact Form 7
-
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.
- The topic ‘Issue with Shortcode in Contact Form 7’ is closed to new replies.