When using this plugin, there is no title attribute assigned to the iframe. Our accessibility tracker has flagged this and all pages with embedded Wufoo forms as not conforming with WCAG standards. This link is not using the plugin but if you check you will see this is the case. Would rather use this than the plain iframe embed if this can be addressed. Thanks.
]]>I’ve tried on 3 different sites. I am using Elementor. I’ve also tried using the regular page editor as well with the same results. The sites have different plugins and I have deactivated all of them with no success. The message reads:
The request could not be satisfied.
Request blocked. We can’t connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. . . .
]]>The most recent update reinstates a problem from a few years ago that was fixed – the bottom of all embedded forms are cut off and adjusting the height does nothing.
]]>Hi. I add shortcode in an Elementor single product template to load a Wufoo form.
[wufoo username=”xxxxxxxxx” formhash=”xxxxxxxxx” autoresize=”true” height=”1808″ header=”show” ssl=”true” defaultv=’Field554=[post:title]’]
I used defaultv=’Field554=[post:title]’ to dinamically load the page title.
Until some days it works well.
Now, after some updates it doesn’t work.
Any ideas?
Tnx
Davide Fiorio
Hey all,
SSL is defaulted to off in this plugin. I’d rather default it to on so my client doesn’t have to remember to add ssl="true"
to all their embeds.
I can accomplish this by filtering on shortcode_atts_{shortcode}
, but you guys have to add the shortcode name to your call to shortcode_atts()
for it to work. See documentation here.
Would much appreciate that update. In wufoo.php, line 22, it becomes ), $atts, 'wufoo'));
to support this.
Hello,
I was about to download the plugin but WordPress announces: “This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.” – So does anybody have any experience with this plugin version (1.43) with WordPress 5.0.3?
I’m using the WordPress code and have changed it to header=”hide” but the header is still showing when I embed the shortcode in a widget as on this page. Any ideas?
]]>Dear support
I am an entrepreneur from Germany and use the Wufoo Shortcode Plugin.
Due to the EU general data protection regulation which comes into force in May I am writing you today to get the following information.
1. Are you issuing an data/order processing contract?
2. What information of our website visitors do you store for what reason?
3. Will the data be transferred to a third country? If so, which ones?
4. What type or designation do you use for the level of data protection?
5. When do you delete this data?
6. Who is responsible for your data protection?
Thank you for your help and your feedback.
Kind regards
Mirko Dahlke
I have a form using hidden checkboxes and trying set one of the checkboxes to checked and am using this syntax defaultv=”Field450=1″ Field450 being the Checkbox ID
Am I doing something wrong as data is not coming through as text
what does it do? i have it as header=”show” but nothing happens if i delete it or change “show” to hide.
]]>Hi, twice now this month the Wufoo Shortcode Plugin has deactivated on my WordPress site. We use this form to take orders so it’s very important it works all of the time. Are there issues with the latest WP updates?
]]>I embedded a form using the shortcode but now the total cost scrolls off the page when the user scrolls down.
Thanks for any help,
Steve
Hi,
“Latest first” becomes easier when your plugin evolves and the page gets longer ??
Kind regards,
Gerard.
]]>I am having trouble with my form height on embed. It works great on desktop but gets cut off on mobile. I can increase the height but then there is a lot of empty white space on my desktop version. Any ideas?
]]>The WordPress plugin does nothing vs the embed code for iframe. When will you support styles so that your plugin is a slave to the style sheet of the WordPress theme? That would be ideal. Then the Wufoo form wouldn’t look so bad on the site like it does as it really is just an iframe still. It’s a very important feature on the site as our contact form is one way we build our database of users. Thanks!
]]>I use this plugin with this shortcode:
[wufoo username=”tobiasconrad” formhash=”xyz” autoresize=”true” height=”1213″ header=”show” ssl=”true”]
I used also javascript code, but still viewing email adress when click on a link within an klick-tipp e-mail.
rule to hide e-mail adress field when contact-id is filled is Working on wufoo page:
https://tobiasconrad.wufoo.com/forms/xyz/def/field2=bhuvneshgupta333%2540gmail.com&field5=dXNpZC03Zm4tMWkyeDktZjYxZQ
but not on my page:
https://www.santegra-international.com/welches-der-vielen-santegra-merkmalen-gefaellt-ihnen-am-besten/?field2=bhuvneshgupta333%2540gmail.com&field5=dXNpZC03Zm4tMWkyeDktYzJjNQ
After upgrading to 3.9 on Synthesis hosting the plugin goes to inactive and I can’t re-activate it.
I ended up uninstalling it and using the javascript version for now. I hope this gets updated so I can use it again.
]]>Hi! Not sure if there was an error that happened, but I loaded my site today and one of the forms just displayed the shortcode in the sidebar widget and not the form.
]]>In case you’re trying to add a form to a text widget and encountering wonkish behavior, add this to your functions.php:
add_filter(‘widget_text’, ‘do_shortcode’);
]]>In addition to the shortcode, is there a template tag that we could use to create a custom page template for this forms?
Situation: We have a customer using this who has 30+ different forms. With the shortcode we need to build 1 page for each form. With a template tag, I’m thinking we could pass the form ID variable to one standard Wufoo page.
Example:
Page Template tag – <?php insert_wufoo(id=123456); ?>
Link – https://www.my-site.com/wufoo-form/?id=123456
Thanks in advance!!
Shawn
On some of my landing page I want the form more than once, but when I place it a second time I get text ‘Fill out my online form. ‘. Is it possible to place the same form more than one place on the same page?
]]>Hello,
I’m using a custom css file for my Wufoo Templates with integrated Webfonts (placed on a webserver).
The webserver is equipped with a ssl certificate and Chrome, iE 8 & 9 and Safari are loading the page with the included webfonts correctly – except Firefox. There are no warnings or failures in the console.
Thanks.
]]>Loaded the WuFoo Plugin to use for my Mailchimp subscription forms, and it seems to work, and my form displays correctly in my widget. Except that the default values parameter isn’t loading correctly in my widget. I used the code suggested in the instructions:
defaultv=”Field1=Sample”
Then when I view the page source on the site, I can see that no default value has been loaded. The HTML source says for the embedded form includes:
‘defaultValues’ : ”
I have tried Field1= and field1=, have attempted changing the field value (using field values identified by the API details in Wufoo for that form).
Site is in development, so I would rather not share the URL first thing.
Is this a known bug or any troubleshooting suggestions?
]]>