Search found 10 matches

by sashtapu
Mon May 31, 2021 3:52 am
Forum: Forms
Topic: How to make jquery dialog box scrollable?
Replies: 1
Views: 5452

How to make jquery dialog box scrollable?

<r>Hi Pablo,<br/> <br/> I wanted to make <B><s>[b]</s>JQuery Dialog Box<e>[/b]</e></B> scrollable on <B><s>[b]</s>y-axis<e>[/b]</e></B> but I didn't find any options inside <B><s>[b]</s>jquery dialog box properties<e>[/b]</e></B> is there any option present to make the dialog box scrollable?<br/> <b...
by sashtapu
Mon Apr 12, 2021 3:05 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: How to set 'other' field in "Text Data Type" of "Validate" tab for validations of 'Editbox' or 'TextArea' component
Replies: 0
Views: 22358

How to set 'other' field in "Text Data Type" of "Validate" tab for validations of 'Editbox' or 'TextArea' component

Hi All, After an long time I bring you solution related to Validation field for "other" category of "Validate" tab inside 'Editbox' or 'TextArea' component If you want to set special characters inside 'other' filed validations you can use upto "30" special characters on...
by sashtapu
Sat Mar 20, 2021 7:01 am
Forum: General Questions
Topic: Sending auto-response mail to uers on their inputted email address
Replies: 1
Views: 2790

Sending auto-response mail to uers on their inputted email address

Hi Pablo,

I 'am not able to use the email functionality present inside the form and also my autoresponder email is not getting sent
can you provide me any tutorial link related to it or suggest me how can I do it?

Thanks.
by sashtapu
Fri Mar 19, 2021 3:15 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: "Password Reset Form" to reset existing password from "Database" and update "New Password" in "Database"
Replies: 0
Views: 18955

"Password Reset Form" to reset existing password from "Database" and update "New Password" in "Database"

Hi All, Today I bring you all solution related to create "Password Reset Form" to reset an existing/old "Password" from the "Database" and update it with "New Password". The form name is "Settings.php" . You can find the source code/form to the whole...
by sashtapu
Wed Mar 10, 2021 7:18 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: How to match Username and Password from the login form with the Database Username and Password values
Replies: 0
Views: 18182

How to match Username and Password from the login form with the Database Username and Password values

Hi All, Today I bring you all solution related to how to match username and password from login form with your database values to grant login permission. If you have created custom form rather than using built-in form that is select any LAYOUTS as your FORM and wondering how to match username and p...
by sashtapu
Wed Mar 10, 2021 5:07 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: How to remove unwanted column generations that are generated while submitting FORM data
Replies: 0
Views: 17422

How to remove unwanted column generations that are generated while submitting FORM data

Hi All, Today I bring you all solution related to, How to remove unwanted column generations that are generated while submitting FORM data and create only required columns in Database Solution Code File named "Removing_Unwanted_Names_From_Form.txt" can be found in below link: https://githu...
by sashtapu
Tue Mar 09, 2021 7:36 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: How to remove `DATESTAMP`, `TIME`, `IP`, `BROWSER` columns from your database that comes by default
Replies: 0
Views: 17588

How to remove `DATESTAMP`, `TIME`, `IP`, `BROWSER` columns from your database that comes by default

Hi All, Today I bring you all the solution related to how to remove [`DATESTAMP`, `TIME`, `IP`, `BROWSER`] columns from your database, that gets generated by default in WYSIWYG PHP code. The solution file name is "Remove_By_Default_Columns_From_Database.txt" and the link to access that fi...
by sashtapu
Tue Feb 23, 2021 3:59 pm
Forum: Forms
Topic: Editbox Conditions Not Working Properly
Replies: 5
Views: 6911

Re: Editbox Conditions Not Working Properly

Hi Pablo,

Thanks, the issue was Occuring due to custom validations being entered in my password Editbox.

Can you please show me how to add custom validations for password?

Thanks!
by sashtapu
Mon Feb 22, 2021 2:56 pm
Forum: Forms
Topic: Editbox Conditions Not Working Properly
Replies: 5
Views: 6911

Re: Editbox Conditions Not Working Properly

Hi Pablo,

https://drive.google.com/file/d/1D3j74y ... sp=sharing

the above link contain the same sample project in which I'am facing issue.
Please check my setting in Validate and Condition tab of Both EditBoxes that is for Username and Password EditBox.

Thanks.
by sashtapu
Mon Feb 22, 2021 4:34 am
Forum: Forms
Topic: Editbox Conditions Not Working Properly
Replies: 5
Views: 6911

Editbox Conditions Not Working Properly

Hi All, I was facing issue inside my form, I had given conditions on two editbox username and password In Username editbox I had given two conditions: 1] event = is empty, action = Disable, target = ebx_Password 2] event = is not empty, action = Enable, target = ebx_Password In Password editbox I ha...