Hello,
I'm sorry if the solution is somewhere on this forum, but I can't find it.
When the form is sent, I see the fieldnames of the radiobuttons and the optionfields of the fields which where not fild in. I remember I used a solution in previous version of Chronoforms with for example this code: (and that worked for the older versions):
But then the form will not send the data which was fild in.
How can I get rid of the fieldnames?
Thanks a lot.
Kees
I'm sorry if the solution is somewhere on this forum, but I can't find it.
When the form is sent, I see the fieldnames of the radiobuttons and the optionfields of the fields which where not fild in. I remember I used a solution in previous version of Chronoforms with for example this code: (and that worked for the older versions):
<?php
$my_input_name = JRequest::getString('provider', '', 'post');
$form->data['provider'] = $provider;
$my_input_name = JRequest::getString('huisstijl', '', 'post');
$form->data['huisstijl'] = $huisstijl;
?>
But then the form will not send the data which was fild in.
How can I get rid of the fieldnames?
Thanks a lot.
Kees