Last time I did it, I just went with $smarty->assign('success', 1);
And yet it was random.
Anyway, today is the day I add another feature, and I will know more.
Search found 4 matches
- Wed Mar 26, 2025 12:19 pm
- Forum: Development and tests
- Topic: Green pop-up notification for success is random
- Replies: 4
- Views: 170093
- Mon Mar 10, 2025 1:33 pm
- Forum: Development and tests
- Topic: Green pop-up notification for success is random
- Replies: 4
- Views: 170093
Re: Green pop-up notification for success is random
I see, thank you.
Do I understand correctly that doing "$smarty->assign('success', 1);" and then 'system_seterr("contact", 1)' should do the trick? That's what I did and it's still random.
Which part of the code reads the variable set by '"system_seterr("contact", 1)'? Cuz, I named my form ...
Do I understand correctly that doing "$smarty->assign('success', 1);" and then 'system_seterr("contact", 1)' should do the trick? That's what I did and it's still random.
Which part of the code reads the variable set by '"system_seterr("contact", 1)'? Cuz, I named my form ...
- Wed Feb 26, 2025 2:15 pm
- Forum: Development and tests
- Topic: Green pop-up notification for success is random
- Replies: 4
- Views: 170093
Green pop-up notification for success is random
I have a form for conference registration which I made by a deep rebuild of the contact form.
The problem: the red error popups work well and always, while the green success pop-up shows up at random. Or rather, it seems to never show up if registration goes smoothly (with no errors) on the first ...
The problem: the red error popups work well and always, while the green success pop-up shows up at random. Or rather, it seems to never show up if registration goes smoothly (with no errors) on the first ...
- Tue Dec 10, 2024 12:34 pm
- Forum: Development and tests
- Topic: Conference registration form
- Replies: 1
- Views: 48034
Conference registration form
Dear Community,
I am trying to use FlatPress to make a conference web page. The critical component is a registration form with file uploader.
Currently, I am messing around and trying to construct a chimera out of contact form and admin uploader.
Given the fact that I do not know PHP and have ...
I am trying to use FlatPress to make a conference web page. The critical component is a registration form with file uploader.
Currently, I am messing around and trying to construct a chimera out of contact form and admin uploader.
Given the fact that I do not know PHP and have ...