hi, i have a very stupid problem that's driving me crazy.
i have created a multi-page form, then i added a field in the table and in the form to save the user.
everything worked fine.
then i added another field (both table and form) to publish/unpublish content.
well i can't save this field.
the code is the same, but i can't save. here is the code used, can you help me?
thank you in advance
i have created a multi-page form, then i added a field in the table and in the form to save the user.
everything worked fine.
then i added another field (both table and form) to publish/unpublish content.
well i can't save this field.
the code is the same, but i can't save. here is the code used, can you help me?
...
<input type="hidden" name="fieldid" value="16"/>
<input type="hidden" name="itemid" value="<?php echo $posted['title']; ?>"/>
<input type="hidden" name="data_txt" value="<?php echo $posted['data_txt']; ?>"/>
<input type="hidden" name="user" value="<?php echo $user->id; ?>"/>
<input type="hidden" name="published" value="0"/>
...
thank you in advance