Mark Westguard
Forum Replies Created
-
@michalczajka thanks for the update, glad to hear you found the cause!
@michalczajka I tested the form at the URL you provided and it submitted without a problem.
Do you have the full stack trace for the error that you can share?
I’ve seen similar errors occur when using third party anti-spam / SMTP plugins, so it might also be worth trying to disable other plugins to determine if one of them is causing this.
You are very welcome!
@jason2022 the checkbox in the action list is not for enabling an action, it is for selecting actions for the Bulk Action options below the list of actions. If you are seeing the Send Email action in the action list then you have successfully added the action. You can click the settings (gear) icon to configure it.
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] UI language selectionI tested French here with translation disabled and it worked as expected. Unfortunately I’m not able to recreate that issue here. I tried LITE and PRO, but perhaps something is happening with the LITE version with your particular site.
The only way we are able to disable the translating is by not loading load_plugin_textdomain, but on the LITE version WordPress might be overriding that and loading it anyway.
I added this feature because I had a few people wanting to use the UI in English. Unfortunately there is no other way I know of that disables the translation. If I remove the translation files I then get people complaining that WS Form is not in their language 🙂
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] UI language selectionI tested it here and it worked. You have to refresh after enabling that setting.
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] UI language selectionHi @pictogram
Thanks for your feedback.
If you want to view the admin UI in English you can do so by checking:
WS Form > Settings > Basic > Administration > Disable Translation
Many thanks
Hi @gradjero
For help with sending email notifications please see:
https://wsform.com/knowledgebase/email-notifications-not-working/
… this includes recommended settings for the Send Email action.
I’d also recommend ensuring you are using an SMTP service when sending emails.
Thanks
I’d recommend reaching out in our Facebook Group to see if someone can help you out with the custom code you need. We can also recommend Codeable for custom project work such as this.
https://wsform.com/knowledgebase/custom-project-development/
Yes you could use JavaScript to to trigger a submit event on all 5 submit buttons. I don’t have an example for this as it is quite a niche use case, but it would certainly be possible.
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] CSV Export umlauts wrongYou are very welcome!
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] CSV Export umlauts wrongHi @spedie
I ran a test here and it worked ok. Extract from CSV file:
"für Rückfragen","für Rückfragen",[email protected],,"für Rückfragen"
If you check the raw CSV file, e.g. a code editor, does it look ok? Perhaps the issue is happening after you import the file?If not, please send a copy of the CSV file and an export of your form to our support team and we’ll be happy to look into it further.
Thanks!
Mark
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] Field NamesThanks for your inquiry!
- Unless I am mistaken, it looks like you might be asking an AI chatbot for assistance because Data > Name / Show Field Names and Developer Mode are not settings we have. I’d recommend referring to our knowledge base for support.
Field names in WS Form are fixed intentionally and that is explained in more detail here:
https://wsform.com/knowledgebase/html-form-attributes/
In short they are fixed to ensure functionality such as repeaters, conditional logic and calculations work efficiently.
However, as that article also explains there are plenty of ways of referencing fields in other ways. For example you can use IDs, classes or even add your own custom attributes.
If you need to send data to a third party API (e.g. Power Automate) our PRO edition has actions such as the Webhook and Run WordPress Hook that enable you to fully customize the names used for each field in the payload. - Repeatable sections are available in all editions of WS Form PRO (Personal, Freelance and Agency). Using our Webhook action in PRO you could use dot notation to format an API load in any way you wish, including converting repeaters to arrays of objects.
- Yes. WS Form PRO has the Webhook action that enables you to build JSON payloads that you can send to third party APIs. It is documented in detail here.
- If you opt to stay on LITE, consider using one of our hooks to capture the submitted data and write your own PHP to connect to the API endpoint. The Webhook action does make that a lot easier and quicker to set up though.
I hope this helps!
Mark
- Unless I am mistaken, it looks like you might be asking an AI chatbot for assistance because Data > Name / Show Field Names and Developer Mode are not settings we have. I’d recommend referring to our knowledge base for support.