Sven Wagener
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Blocks] WC Gutenberg installed but not available in pickerFor me it worked not in the version before the update yesterday. After I have installed the version from Github yesterday it works. Good to see it’s online now on wp.org!
Forum: Reviews
In reply to: [WooCommerce Blocks] Doesn’t WorkI have the same problem. I can’t see any WooCommerce blocks in the Gutenberg Editor. And yes, I have installed and activated Gutenberg. Also DanEnt should have installed it, otherwise he couldn’t search for blocks ??
Forum: Plugins
In reply to: [Torro Forms] Sending submission data to an APIOK! Ich will check this out later and will come back with code which works.
Forum: Plugins
In reply to: [Torro Forms] Sending submission data to an APIHi Marc,
can you try to wrap the torro function into the torro_loaded actionhook?
Like this example:
add_action( 'torro_loaded', function() { torro()->modules()->actions()->register( 'newsletterapi', 'NewsletterApi' ); });
- This reply was modified 6 years, 3 months ago by Sven Wagener.
Forum: Plugins
In reply to: [Torro Forms] Which ID to receive $_GET variable in the formPerfect! ??
Forum: Plugins
In reply to: [Torro Forms] In Shortcode: title instead of IDThat’s an idea. Do you know other plugins doing it that this way?
Forum: Plugins
In reply to: [Torro Forms] Which ID to receive $_GET variable in the formHi Tobias,
the URL should be https://localhost/registration/?torro_input_value_4=test
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] E-Mail-Benachrichtigungen gehen nicht rausAlles klar! Passiert ?? Dann weiter viel Erfolg damit!
Forum: Plugins
In reply to: [Torro Forms] E-Mail-Benachrichtigungen gehen nicht rausAls erstes f?llt mir an der Stelle ein, dass die Email-Adresse in den Einstellungen des Feldes auch als Email eingestellt werden muss. Vielleicht liegt das ja daran.
Was für eine PHP Fehlermeldung ist das denn?
Forum: Plugins
In reply to: [Torro Forms] E-Mail-Benachrichtigungen gehen nicht rausHallo!
Also das muss ich mir auf dem Server ansehen. Wenn die Mailfunktion in WordPress ansonsten keine Probleme macht, was meine erste Vermutung gewesen w?re, dann müsste ich das debuggen. Kannst Du mir vielleicht entsprechende Zugangsdaten an support[-at-]awesome.ug senden? Dann schau ich mir das mal an.
Viele Grü?e,
Sven Wagener
Forum: Plugins
In reply to: [Torro Forms] How to create a Quiz protector ?Thank you for that hint! ?? I will take a look on it.
I created a first pre-version of a plugin, where we can collect protectors:
https://github.com/awsmug/torro-forms-protectors-plus/releases/tag/0.1.0
I have added a mathematics protector as first plus protector ??
Forum: Plugins
In reply to: [Torro Forms] How to create a Quiz protector ?Oh, OK. We have not implemented it yet. I will create a plugin which collects additional options to have checks like this. I wil inform you when I have finished a first version.
Forum: Plugins
In reply to: [Torro Forms] How to create a Quiz protector ?Hi Phil,
you can extend the protector class like in this example:
https://developer.torro-forms.com/reference/classes/modules-protectors-linkcount/For the fields, just use the function “render_output”. There you can add your HTML fields.
To check the values you have sent, use the function “verify_request”.
The functions are documented in the parent class:
https://developer.torro-forms.com/reference/classes/modules-protectors-protector/Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Double Opt-InIst in Entwicklung, von daher schlie?e ich das Ticket.
Forum: Plugins
In reply to: [Torro Forms] display submission listI have added this already yesterday to the list of ideas: