Mark Westguard
Forum Replies Created
-
Try the revised code here:
https://wsform.com/knowledgebase/show-form-submission-count-for-a-specific-form/
I’ll post some tidier code when the next version of WS Form is released, but that should work for now.
We do not provide custom PHP development as part of our support.
However, this should help:
https://wsform.com/knowledgebase/show-form-submission-count-for-a-specific-form/
🙂
For help with custom coding:
https://wsform.com/knowledgebase/custom-project-development/
You could create your own shortcode that counts the number of records in the submit table for a particular form ID.
You can find our database table names here:
https://wsform.com/knowledgebase/ws-form-database-tables/
It is also possible to get the submit count from the count_submit field in the form table.
- This reply was modified 3 years, 8 months ago by Mark Westguard.
Hi @cklosows
Thanks for the code change which we’ve implemented. I’ll let you know how we get on with this.
Mark
Hi @gelebrin
Thank you for the positive feedback, very much appreciated!
We don’t have a shortcode for that, but you are welcome to make a feature request for this idea here:
https://wsform.com/my-account/feature-requests/
Many thanks
Mark
Hi @pistolero85
Well spotted! It is currently only available in the PRO edition but we’re going to get that validation included in the next LITE release given that the checkbox is there for it.
Thanks for letting us know about that.
Many thanks
Mark
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] Tabs css problemHi @fixxit91
The tab styling classes are only for the WS Form framework. They are not available for Bootstrap or Foundation. If the demo form you downloaded is not working it suggests you are either using Bootstrap or Foundation in your theme, or your theme has CSS that is overriding those classes.
You can check which framework you are using by going to WS Form –> Settings –> Advanced.
If you are using the WS Form framework and require further assistance, please feel free to send an export of your form to our support team via our support page here:
Many thanks
Mark
Hi @centexcrane
We received your support ticket and have responded there.
For future reference, the styling of your fields was such that there was white text on white backgrounds so you just need to add a small snippet of custom CSS to ensure the field text can be seen, for example:
.wsf-field { color: #000 !important; }This was why you were unable to interact with the fields.
Many thanks!
Mark
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] Save button not workingHi @patrick2997
This forum is for the LITE edition of WS Form only.
For PRO support, please use our support form here:
Thank you
Mark
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] Inner TabsHi @patrick2997
This is not done with WS Form. You can do this by using a simple JavaScript tab script (there are many available online) which is how we do it on our knowledge base pages.
Thanks
Mark
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] RTL Style issueThank you for submitting a support ticket via our website. You are using the PRO version of WS Form so we will respond to you there as this is for our LITE users.
Many thanks
Mark
Forum: Plugins
In reply to: [WS Form LITE - Drag & Drop Contact Form Builder] Css editingHi @fixxit91
Use CSS classes instead of ID’s for your selectors and then you can use those across all your forms even if you clone them.
Many thanks
Mark
Hi Patrick
This forum is for WS Form LITE. This relates to WS Form PRO so please submit a ticket through:
Many thanks
Mark