Sven Wagener
Forum Replies Created
-
Forum: Plugins
In reply to: [shipcloud for WooCommerce] Das Plugin hat keinen validen Header.Hallo Adrian,
ich schau mir das mal an und schau ob ich das reproduzieren kann.
Viele Grü?e,
Sven
Forum: Plugins
In reply to: [Torro Forms] Include fields in ResultsHi,
there is no way to do it directly at the moment. But if the user is logged in if he fills out the form, the User ID will be saved and with that you can cat the data from WordPress.
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] theme conflict at backendCan you resend it again? I can not find it.
Thank you! ??
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] “Show Chart” is missingHi,
We changed that. You can now embed a Shortcode of the charts in the result page.
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] theme conflict at backendSorry! Where do you send it from? I can’t find it.
Forum: Plugins
In reply to: [Torro Forms] Remove Breadcrumbs in FormHi Beat,
which breadcrumbs do you mean? Can you give me a screenshot?
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Hook for additional checks before savingHi Marc,
yes there is an actionhook for that. It is named ‘torro_element_type_validate_input’;
Just take a look here:
https://github.com/awsmug/torro-forms/blob/master/core/models/class-element-type.php#L103Code example for additional check:
function my_element_check( $input, $element ) { if( $element->id === YOURELEMENT_ID ) // Replace YOURELEMENT_ID { if( ! your_db_emailcheck( $input ) ){ return new new Torro_Error( 'email_exists_in_db', __( 'Your Email already exists in the database.', 'torro-forms' ) ); } return $input; } return $input; } add_filter( 'torro_element_type_validate_input', 'my_element_check' );
I hope that helps you!
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Individual ResultsHi,
yes you can do that. But not with actionhook, you can do that by using the Actions-API:
https://torro-forms.com/api/extending/form-actions/
Just take a look to the “notifications” function. Everything you add here will be printed out at the page after submitting the form.
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Can’t see entriesHi,
do you have installed a plugin for managing your languages?
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] notification e-mail not sending via smtpHi,
how do you setup your Notification Email,
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Hitting preview creates duplicates of every form elementI will close this issue, because of no response. If you want to know more, please create a new issue.
Thank you for using Torro-Forms! ??
Forum: Plugins
In reply to: [Torro Forms] theme conflict at backendHi Alex,
OK. I need the theme to figure that out. If the license is GPL or if you have a license which allouws that, please send me a copy in a ZIP file to sven [at] awesome [dot] ug. Then I will create you a patch for that problem.
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Translation on Po fileHi Alexii,
you have to edit the .po file and to save it with poedit. Poedit will create the .mo file on saving the .po file. The .mo file is the file, WordPress will load for it’s translations.
Is there any translation which is working or just some translations?
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Neues Update funktioniert nichtJa das w?re klasse! Ich habe da auch noch von einer weiteren Person die Info, dass das Plugin Probleme macht an der Stelle. Von daher w?re die Info sehr interessant! Lieben Dank! ??
Forum: Plugins
In reply to: [Torro Forms] Neues Update funktioniert nichtHi Fabian,
kannst Du mir sagen welche Fehlermeldung Du bekommst? Ich kann das leider nicht reproduzien.
Lieben Dank!
Sven