Sharath
Forum Replies Created
-
Forum: Plugins
In reply to: [PlanSo Forms] submit button does not do the jobHi gertbuist,
We are working on it. we will release an update which should fix this problem.
Cheers,
Sharath.Forum: Plugins
In reply to: [PlanSo Forms] Thank You Message Redirect Issue (Urgent Attention Needed)Hi Abdulz,
Can you please send us a link where your form is residing, then i can tell you what is wrong. This is a new issue.
Cheers,
Sharath.Forum: Plugins
In reply to: [PlanSo Forms] Icon won't connect to the fieldHello,
Please activate the bootstrap 3.0 styling which is present under the additional settings tab then the forms look as they are in the backend or preview.
Cheers,
Sharath.Forum: Plugins
In reply to: [PlanSo Forms] Multiple file upload not working on mobileHello,
The Multiple files upload is working in mobiles as well. We did some tests and it was working fine. Can you provide link to your form?
One thing what you can do is please increase the maximum upload size of the files in your wordpress account. Please refer to this link https://www.ads-software.com/support/topic/change-maximum-upload-size-and-find-phpini?replies=31
Cheers
SharathForum: Plugins
In reply to: [PlanSo Forms] Formating Admin EmailHi Marco,
Glad to hear that you are satisfied with PlanSo Forms.
It is possible with our Pro version, you can insert the html code in the admin mail body under admin email tab and check the option ‘send as HTML email’.
Predefined email templates will be one of the upcoming feature in our Software as service version of forms which you can find it here https://www.planso.net/planso-forms/
You can use our Trial version and be updated.
Cheers,
Sharath.Forum: Plugins
In reply to: [PlanSo Forms] Regex ExpressionHello burgerwordpress,
we have included predefined email regex option in the regex expression select field below the mandatory check box, you can use that for the email validation.
Cheers.
Forum: Plugins
In reply to: [PlanSo Forms] How to bold field boxesHello mikeb1073,
You can design the fields with our pro version under design tab.
Without pro you can achieve the same by placing the following code just above the PlanSo Forms shortcode:
<style type=”text/css”>
.planso-form-builder input[type=”text”]{border: 3px solid #00f13c;}
</style>Change the border width,style and color accordingly as per your needs.
Please be sure to insert the above code in “text” mode.Cheers
Forum: Plugins
In reply to: [PlanSo Forms] Character Restriction in Text FieldHello Burgerwordpress,
The regex used for first and last names are ^[a-zA-Z0-9 .-]+$ and ^[a-zA-Z0-9 ,.-]{0,20}$. which are wrong. Last name field regex has a dot in the end which is throwing the error constantly. Please change them and the form works properly.
Cheers.
Forum: Plugins
In reply to: [PlanSo Forms] Character Restriction in Text FieldHello burgerwordpress,
Yes that’s the way.Its working for me, I have tested it. This setting will throw an error when user tries to enter more than the restricted number and will not allow him to submit the form. Is this your requirement ??? or you want to totally block the user from entering more than the restricted number, if so that feature is currently not available. We are putting it on development roadmap and will try to release as soon as possible.
Cheers.
Forum: Plugins
In reply to: [PlanSo Forms] Character Restriction in Text FieldHello burgerwordpress,
In the Pro version you can add a regex after selecting the mandatory field which will limit the characters.
The regex for the limiting the number field to 500 characters is ^[0-9]{0,500}$, if it is a text field then it would be ^[a-zA-Z0-9 ,.-]{0,500}$.Cheers.