Search found 141 matches
- Tue Dec 10, 2019 7:51 pm
- Forum: Forms
- Topic: Server Side Validation - $Error does not throw exception
- Replies: 3
- Views: 81
Re: Server Side Validation - $Error does not throw exception
Tested it, works fine now! Thanks
- Tue Dec 10, 2019 7:35 pm
- Forum: Forms
- Topic: Server Side Validation - $Error does not throw exception
- Replies: 3
- Views: 81
Re: Server Side Validation - $Error does not throw exception
Thanks, so after I download this fix, do I just reopen each project and redeploy?
- Tue Dec 10, 2019 3:58 am
- Forum: Forms
- Topic: Server Side Validation - $Error does not throw exception
- Replies: 3
- Views: 81
Server Side Validation - $Error does not throw exception
Greetings, Came across this issue with the generated php when server side validation is enabled. The $error variable seems to be evaluated after the mailto and so it never catches any error. try { if (!ValidateEmail($mailfrom)) { $error .= "The specified email address (" . $mailfrom . ") is invalid!...
- Fri Nov 15, 2019 4:55 pm
- Forum: Off Topic Section
- Topic: Cute effect
- Replies: 2
- Views: 398
Re: Cute effect
Thanks!
- Fri Nov 15, 2019 2:38 pm
- Forum: Off Topic Section
- Topic: Cute effect
- Replies: 2
- Views: 398
Cute effect
Does anyone know how to replicate this effect in wysiwyg https://4newsagency.com/ ?
- Tue Jul 02, 2019 3:26 am
- Forum: Off Topic Section
- Topic: wysiwyg version 15
- Replies: 2
- Views: 6051
wysiwyg version 15
Pablo,
Congrats on releasing version 15. I just downloaded and activated it. Fantastic job. Keep up the good work.
Congrats on releasing version 15. I just downloaded and activated it. Fantastic job. Keep up the good work.
- Tue Jun 18, 2019 6:55 pm
- Forum: Forms
- Topic: jQuery Date Picker
- Replies: 12
- Views: 18286
Re: jQuery Date Picker
Nevermind, I figured it out how to handle it on the server.
Custom form processing
If (empty($_POST["datePicker1"])) { send to error.html };
Great product Pablo! Appreciate it a lot.
Custom form processing
If (empty($_POST["datePicker1"])) { send to error.html };
Great product Pablo! Appreciate it a lot.
- Tue Jun 18, 2019 6:37 pm
- Forum: Forms
- Topic: jQuery Date Picker
- Replies: 12
- Views: 18286
Re: jQuery Date Picker
Having a similar problem with validation. Is there a way to validate the date on the server? In my case the user can simply not select any date and submit the form. When I try to evaluate the date in the php code the server throws an error as undefined variable. I just need to prevent the user from ...
- Sun May 26, 2019 4:48 pm
- Forum: Off Topic Section
- Topic: Looking for tips on using Git with wysiwyg
- Replies: 0
- Views: 11820
Looking for tips on using Git with wysiwyg
Greetings,
Has anyone used Git with wysiwyg? I am just trying to set it up.
Has anyone used Git with wysiwyg? I am just trying to set it up.
- Wed Apr 17, 2019 6:56 pm
- Forum: General Questions
- Topic: Page Properties missing Events in the Events Tab
- Replies: 9
- Views: 3031
Re: Page Properties missing Events in the Events Tab
Thank you so much. Is there a faster way to read the wbs and find the properties instead accessing each item and looking at its events?
- Wed Apr 17, 2019 3:55 pm
- Forum: General Questions
- Topic: Page Properties missing Events in the Events Tab
- Replies: 9
- Views: 3031
Re: Page Properties missing Events in the Events Tab
Where do I control these? For example If i wanted card3 to remain visible and not activate on scroll? Where would I change that?
- Wed Apr 17, 2019 3:22 pm
- Forum: General Questions
- Topic: Page Properties missing Events in the Events Tab
- Replies: 9
- Views: 3031
Re: Page Properties missing Events in the Events Tab
I uploaded a test wbs http://www.d2biz.com/swanmanorassistedliving/swanmanor_issue.wbs The issue is on the index page. The bottom 3 cards are initially set to be hidden, and then as the user scrolls up they become visible. But if you access the page properties - > events. There are no events at all,...
- Wed Apr 17, 2019 2:50 pm
- Forum: General Questions
- Topic: Page Properties missing Events in the Events Tab
- Replies: 9
- Views: 3031
Re: Page Properties missing Events in the Events Tab
The code is already present in the HTML, but I cannot see it in the wysiwig UI. Its not under page_properties ->events for the page or any other CSS animation. That was my point. Last year I was able to see it and change it as I added new UI elements.
- Wed Apr 17, 2019 5:24 am
- Forum: General Questions
- Topic: Page Properties missing Events in the Events Tab
- Replies: 9
- Views: 3031
Page Properties missing Events in the Events Tab
I opened the properties of the index.html of an old project (from 4 months ago). The events tab should have had ondocument ready events, but there are no events. The Page HTML does have the following, but I have no way to correct it. The page works as it should, just the control elements are missing...
- Wed Jan 02, 2019 2:22 am
- Forum: General Questions
- Topic: Delay Card display on mouse over
- Replies: 4
- Views: 746
Re: Delay Card display on mouse over
Thank you!