Sven Wagener
Forum Replies Created
-
Forum: Plugins
In reply to: [Torro Forms] File upload does not workOh thats great! Thank you for your feedback and the information that you have solved the problem by yourself! π
Forum: Plugins
In reply to: [Torro Forms] Check Results for User IDThat’s great! π
We will see. I also would like to have a function which only gives back the forms, the user should see. And also I have to extend the documentation, you’re right. I will think about that and add a ticket for that on Github.
https://github.com/awsmug/torro-forms/issues
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Access control resetBecause there is no answer, I will close this ticket.
Forum: Plugins
In reply to: [Torro Forms] different receipient depending on form fieldI will add some little changes and will release the beta 8 within the next two weeks. Is that OK for you? If you need it earlier, I also can add the actionhook and you work with the develop version.
Forum: Plugins
In reply to: [Torro Forms] Not sending notification e-mailPerfect! π
Forum: Plugins
In reply to: [Torro Forms] File Upload URLHi Tim,
thats not possible in the moment. But I will add a filter that you can change it by yourself in the next version.
Here you can see when it’s happening in the code.
https://github.com/awsmug/torro-forms/issues/333Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Not sending notification e-mailHi,
maybe the message landed in spam. The plugin uses the WP Mail function. You also can add an SMTP server by using this plugin:
WP Mail SMTP – https://de.wordpress.org/plugins/wp-mail-smtp/
This will be more secure on sending and receiving mails.
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] How to use fieldset with Torro Forms?Hi,
at the moment you only have the way to do it by using the Torro Forms templates. As you can see in the plugin folder, there is a folder named “templates”. You can add a directory “torro_templates” in your theme directory and overwrite the Templates of Torro Forms. The best would be just to copy the files from our plugin “torro_templates” directory to your theme and do the changes (If-Then and so on) you need.
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Creating an vCard from form fieldsHi,
in this case you can use the Actions API of Torro Forms:
https://torro-forms.com/api/extending/form-actions/Actions are executed in the moment the result was saved. Just follow the example on the site. The best would be to use the handle() function to create the vCard with the response data.
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] different receipient depending on form fieldHello,
at the moment there is no way to change this. But this is a nice thing for an actionhook. I will add an actionhook in the next version that you can change it in the way you want to change the mail.
Here is the Ticket for this:
https://github.com/awsmug/torro-forms/issues/332Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Check Results for User IDCan you give me an example what you are meaning?
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Cheatin’ uh? errorHi,
can you explain me in Detail what your form considers? The best would be to give me a screenshot.
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Access control resetHi,
I’m sorry for the late reply, but I am on vacation right now in the US. I do not really understand what you mean. You can reset the results in the results metabox. There is a link called “Delete Results”.
But do you mean anything else?
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Data not recordedHi Ivan,
I am really sorry for that! We are investigating the same error of annother user at the moment.
Do you have used more than one page?
Greetings,
Sven
Forum: Plugins
In reply to: [Torro Forms] Execute Function on Form SubmissionHi,
I have fixed the problem, so that you do not need your $instance variable and function anymore. The cunstructor had to be public. I have changed this for the upcoming version 1.0.0 beta 8.
https://github.com/awsmug/torro-forms/issues/330
You can get it, if you download the develop version from Github.
https://github.com/awsmug/torro-forms/tree/develop
Also I have fixed my errors in the documentation.
Greetings,
Sven
- This reply was modified 9 years, 8 months ago by Sven Wagener.