Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello

I implemented a multi language option where I replace the opt_values within a bound form:
Code: Select all
<cms:hide>
<cms:input type="bound" name="erreichbarkeit_zeit" />
</cms:hide>
<cms:input type="checkbox" name="f_erreichbarkeit_zeit" opt_values="Wholeday=Ganztags | Office hours=Bürozeiten | Morning=Vormittags | Noon=Mittagszeit | Afternoon=Nachmittags | Evening=Abends" opt_selected=erreichbarkeit_zeit />


When I submit the field and save the data with
Code: Select all
<cms:db_persist_form 
   _invalidate_cache='0'
/>


The selected values are saved double. The get/post-params have the values in double.

Any idea what the problem could be?

Regards,
Olliwalli
I found the problem ... it has nothing to do with couch.

It was an issue with intercooler.js where I included the form separateli via ic-include, although it was already submitted because ist included the form automatically.

Regards,
Olliwalli
2 posts Page 1 of 1
cron