[ad_1]
Hi Franky
I have added the following code into my form:
<fieldset id="event_attribute">
<legend><?php _e('Allianz','events-made-easy-frontend-submit'); ?></legend>
<div class="input">
<label for="AllianzKM"><?php _e('Event ist eine Allianz auf die KM','events-made-easy-frontend-submit'); ?></label>
<?php EMEFS::property('AllianzKM','binary'); ?>
<?php EMEFS::error('AllianzKM'); ?>
</div>
<div class="input">
<label for="AllianzHM"><?php _e('Event ist eine Allianz auf die HM','events-made-easy-frontend-submit'); ?></label>
<?php EMEFS::property('AllianzHM','binary'); ?>
<?php EMEFS::error('AllianzHM'); ?>
</div>
</fieldset>
Which gives me two binary selection fields with YES and NO.
I have defined two properties. AllianzKM and AllianzHM as a checkbox.
The problem now is: Using the form to create a new event, both “ticked” checkboxes are not transferred to the event properties.
What is wrong?
Best Regards Michael
The page I need help with: [log in to see the link]
