pressworthammer
Forum Replies Created
-
I have some false positives on a complex Gravity Forms Multistep Form and would like to exclude the validation there. Do you have a hook for it maybe?
Forum: Plugins
In reply to: [Captcha for WordPress] Change the term of CaptchaI’d also like to change this.
W?re toll, wenn man das übersetzen k?nnte.Hey @mikeatkaizencoders, according to the changelog you implemented the API, can you tell us how to use it or is there a documentation? I couldn’t find it.
- This reply was modified 1 year ago by pressworthammer.
Hi Mike,
that’s great, thanks for making it a feature request. Looking forward to it!
Hey guys, I’d also be interested in the API + documentation. It would be great for making your tool work on the frontend of our intranet.
That’s right, but the banner is displaying correctly on ALL other admin pages. Furthermore, only on the MailPoet Pages my custom scripts and styles are ignored despite being implemented the WordPress-recommended-way like this:
add_action( 'admin_enqueue_scripts
‘,
‘wpdocs_enqueue_custom_admin_style
‘ …I removed the TagDiv banner via toggle in their theme options, so that’s resolved. But I still wonder, why you actively block all other admin scripts/styles.
- This reply was modified 1 year, 11 months ago by pressworthammer.
Forum: Plugins
In reply to: [Accordion Shortcodes] Plugin No Longer Officially SupportedThat’s too bad, really like your plugin. And it still has a lot of value in the Gutenberg era: I’m using it primarily for TinyMCE in an ACF WYSIWYG field.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Export as CSVHey Doeke, you’re indeed just too fast with replying ??
Thanks a lot for the hack!
Does the quote-enclosure have a security aspect to it?
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Export as CSVHey Doeke,
sorry to bother you again. Is there a quick hack to output CSV like this:
ID;Timestamp;Name;Phone
instead of this
“ID”,”Timestamp”,”Name”,”Phone”
?Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Radio Button Values instead of TextI just realized that I forgot to generate a new Test entry – I was fumbling around with old form entries all the time *do’h*
Just too hot to work ??So, everything works fine, sorry for the trouble.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Export as CSVWorks like a charm, thanks!
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] need full documentation for pluginShahin you could check if it is possible to add that information to the form itself as a hidden or administrative field. For example with this snippet (dunno if it still works)
https://gravitywiz.com/dynamically-populating-user-role/The name of the form should also be pretty easy:
https://docs.gravityforms.com/form-object/That way the information will be exported by the plugin.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Export as CSVJust a small update for my workaround regarding the addition of “dummy” columns: One may add those fields with the Visibility option “Administrative”.
Looking forward to the update with CSV, thanks!
Ah cool, yeah I thought of a Toggle in the options for easier usability.
Your code works out of the box, I tested it. adminLabel is the correct key, also according to the documentation: https://docs.gravityforms.com/field-object/
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Export as CSVNow how awesome is that, really cool, thank you!
I’ll try out your code, thanks for the snippet. As a workaround I think it would also be possible to simply add those “blind” fields in the form as “hidden”. But they show up in the email then, so it’s not optimal, your solution would be better.