Hello i didnt find how to do a conditional field like v5 in v4
I link v5 system but v5 have some export problem and i need it...
Thanks
Did yo have some informations ?
I link v5 system but v5 have some export problem and i need it...
Thanks
Did yo have some informations ?
Hi Micker,
You mean the export problem of table records at the admin area ? if yes then there is a fix posted here on the forums, did you check that ?
Regards,
Max
You mean the export problem of table records at the admin area ? if yes then there is a fix posted here on the forums, did you check that ?
Regards,
Max
no conditional option in v4 ?
in v5 if i want to export or view record ... nothing ... just administration button
in v5 if i want to export or view record ... nothing ... just administration button
The conditional fields building in v5 is built in, but in v4 you had to do it using custom js code, so its not that easy.
What happens when you click the "Export button" in the records list ?
What happens when you click the "Export button" in the records list ?
ok i try conditional but strange ..
i create a checkbox with 2 value (i want to display 1 container with checkbox and if we check twice we can have 2 container)
and 2 containers with field
i try
on = show containerid
on != hide containerid
but it doesn't work
some idea ?
i create a checkbox with 2 value (i want to display 1 container with checkbox and if we check twice we can have 2 container)
and 2 containers with field
i try
on = show containerid
on != hide containerid
but it doesn't work
some idea ?
I don't think the conditional events work with containers, only with fields, I will try to fix this in the new version!
Regards,
Max
Regards,
Max
cool feature
i try on field but strange comportement
i create a checkbox with 2 value
on = show fieldid
on != hide fieldid
but it doesn't realy work ... just one time
i try on field but strange comportement
i create a checkbox with 2 value
on = show fieldid
on != hide fieldid
but it doesn't realy work ... just one time
Please test the demo-fields-events form from the demos collection included in the installer, does it work ?
I have added the container feature, and the new release is ready, but I didn't build an installer yet, so hopefully it will be available in the next few hours!
I have added the container feature, and the new release is ready, but I didn't build an installer yet, so hopefully it will be available in the next few hours!
some return
1 with checkbox it doesn't work well
2 it strange we can't delete an event
thanks for your work
1 with checkbox it doesn't work well
2 it strange we can't delete an event
thanks for your work
you want to show/hide the checkbox ? or use it to show/hide some other field ?
yes, you can't delete an event, its on the todo list!
Regards,
Max
yes, you can't delete an event, its on the todo list!
Regards,
Max
i want to display some field with with checkbox
2 values in checkbox :
if i check one => some field display (decheck hidde)
if i check other => other field display (decheck hidde)
if i check twice => all field display
you understand ?
2 values in checkbox :
if i check one => some field display (decheck hidde)
if i check other => other field display (decheck hidde)
if i check twice => all field display
you understand ?
Ok, but what about the "other field", which field type is it ?
That should work fine then, I have no idea what's wrong, please send me a link to your form so I can test it!
Regards,
Max
Regards,
Max
here
http://mariage-a-groix-fete-a-campsas.fr/index.php?option=com_chronoforms5&chronoform=Inscription%20mariage
check box is for display texte field ...
2 texte field are load state hidden but display .. strange (groix=text4 and campsas=text8)
and in checkbox
you understand ?
if i check one display one
if i check twice display twice
http://mariage-a-groix-fete-a-campsas.fr/index.php?option=com_chronoforms5&chronoform=Inscription%20mariage
check box is for display texte field ...
2 texte field are load state hidden but display .. strange (groix=text4 and campsas=text8)
and in checkbox
on != value groix hide parent text4
on = value groix show parent text4
on != value campsas hide parent text8
on = value campsas show parent text8
you understand ?
if i check one display one
if i check twice display twice
Unfortunately I couldn't check the form because the page requires login details!
Could you send me the login details using the "Contact us" page ?
Could you send me the login details using the "Contact us" page ?
Hi Micker,
Apologies for the delay! the login did not work, but I have noticed that your form name has a space " ", could you please remove that space and use "_" instead ?
Regards,
Max
Apologies for the delay! the login did not work, but I have noticed that your form name has a space " ", could you please remove that space and use "_" instead ?
Regards,
Max
This topic is locked and no more replies can be posted.