Thanks both for your help.
One last question... My customer uses CMSMS 1.12.
The document you do reference to Calguy 1000 is for CMSMS 2.0.1+.
Will that work?
Search found 14 matches
- Fri Nov 13, 2015 7:28 pm
- Forum: Developers Discussion
- Topic: Radio buttons won't return any value
- Replies: 10
- Views: 6611
- Fri Nov 13, 2015 4:37 pm
- Forum: Developers Discussion
- Topic: Radio buttons won't return any value
- Replies: 10
- Views: 6611
Re: Radio buttons won't return any value
I'm sorry, but I can't get it to work.
I'm new to CMSMS and Smarty.
I'm posting my new code. What am I missing?
I'm new to CMSMS and Smarty.
I'm posting my new code. What am I missing?
- Fri Nov 13, 2015 2:45 pm
- Forum: Developers Discussion
- Topic: Radio buttons won't return any value
- Replies: 10
- Views: 6611
Re: Radio buttons won't return any value
Great! Thanks Jo Morg!
How do I then call the value?
$prijzen = $params['?????']
How do I then call the value?
$prijzen = $params['?????']
- Fri Nov 13, 2015 1:53 pm
- Forum: Developers Discussion
- Topic: Radio buttons won't return any value
- Replies: 10
- Views: 6611
Re: Radio buttons won't return any value
Thanks for your reply Jo Morg!
It is indeed a module action.
It is a front end form.
The form is submitted to the same action.
I'm pretty sure the variables are being sent to Smarty.
I'm including both .php en .tpl files with this reply.
Hope this makes it more clear.
Thanks.
It is indeed a module action.
It is a front end form.
The form is submitted to the same action.
I'm pretty sure the variables are being sent to Smarty.
I'm including both .php en .tpl files with this reply.
Hope this makes it more clear.
Thanks.
- Fri Nov 13, 2015 1:26 pm
- Forum: Developers Discussion
- Topic: Radio buttons won't return any value
- Replies: 10
- Views: 6611
Re: Radio buttons won't return any value
Actually, I seem to have this issue not only with radio buttons, but also with checkboxes and dropdowns.
How can I get the value to be passed through and remembered?
Anybody?
How can I get the value to be passed through and remembered?
Anybody?
- Wed Nov 11, 2015 9:22 am
- Forum: Developers Discussion
- Topic: Radio buttons won't return any value
- Replies: 10
- Views: 6611
Radio buttons won't return any value
Hi, I'm using CMSMS 1.12. I'm busy developing a module for a customer. I have created a form with PHP and Smarty. The text input types submit values fine. I can't get the radio buttons to return any value. I've used {html_radios} from Smarty. I also tried CreateInputRadioGroup. Now I'm using simple ...
- Mon Nov 09, 2015 2:27 pm
- Forum: Developers Discussion
- Topic: Remove a UDT on uninstall of a module
- Replies: 3
- Views: 3238
Re: Remove a UDT on uninstall of a module
Thanks Rotezecke and Calguy1000.
I've now indeed realized I can much better use actions to do this.
Thanks anyway.
I've now indeed realized I can much better use actions to do this.
Thanks anyway.
- Mon Nov 09, 2015 2:25 pm
- Forum: Developers Discussion
- Topic: Form integration in UDT
- Replies: 3
- Views: 3310
Re: Form integration in UDT
Thanks Jeff and Calguy1000!
I'm new to CMSMS and I thought I had to use a UDT because the customer wanted me to use a tag. Now I'm reading your reactions I realize I can do that in a much easier way with actions.
Thanks also for your feedback on Smarty.
I'm new to CMSMS and I thought I had to use a UDT because the customer wanted me to use a tag. Now I'm reading your reactions I realize I can do that in a much easier way with actions.
Thanks also for your feedback on Smarty.
- Thu Nov 05, 2015 9:16 am
- Forum: Developers Discussion
- Topic: Form integration in UDT
- Replies: 3
- Views: 3310
Form integration in UDT
Hi, I'm using CMSMS 1.12. I'm busy developing a module for a customer. I created a UDT that can be called in the content of a page to display specific info about a product. From the UDT I call a form so that the product can be ordered. Everything has to happen within the UDT. The form I created is n...
- Thu Nov 05, 2015 9:02 am
- Forum: Developers Discussion
- Topic: Remove a UDT on uninstall of a module
- Replies: 3
- Views: 3238
Remove a UDT on uninstall of a module
Hi Everyone,
I'd like to know which code I can use to make sure a UDT is removed when a module in uninstalled. It is a UDT that gets created on installation of the same module.
Thanks in advance for your reply.
Greetings,
I'd like to know which code I can use to make sure a UDT is removed when a module in uninstalled. It is a UDT that gets created on installation of the same module.
Thanks in advance for your reply.
Greetings,
- Tue Oct 13, 2015 12:30 pm
- Forum: Developers Discussion
- Topic: Add a UDT on installation of a new module
- Replies: 5
- Views: 4081
Re: Add a UDT on installation of a new module
Ok. Forget my last reply. I figured it out.
Another question:
Which code can I use to make sure the UDT is removed when the module in uninstalled.
Another question:
Which code can I use to make sure the UDT is removed when the module in uninstalled.
- Tue Oct 13, 2015 11:02 am
- Forum: Developers Discussion
- Topic: Add a UDT on installation of a new module
- Replies: 5
- Views: 4081
Re: Add a UDT on installation of a new module
Yes, I had already corrected that.
Another question: I have quite some PHP code to set inside the $tagtext variable with single en double quotes. How can I best add my code?
Another question: I have quite some PHP code to set inside the $tagtext variable with single en double quotes. How can I best add my code?
- Wed Oct 07, 2015 12:27 pm
- Forum: Developers Discussion
- Topic: Add a UDT on installation of a new module
- Replies: 5
- Views: 4081
Re: Add a UDT on installation of a new module
Great! Thanks.
- Wed Oct 07, 2015 9:59 am
- Forum: Developers Discussion
- Topic: Add a UDT on installation of a new module
- Replies: 5
- Views: 4081
Add a UDT on installation of a new module
Hi,
I'm using CMSMS 1.12.
I'm busy developing a module for a customer.
Is it possible to have a UDT created on installation of a module? How?
Thanks.
I'm using CMSMS 1.12.
I'm busy developing a module for a customer.
Is it possible to have a UDT created on installation of a module? How?
Thanks.