Make an cookie in a form field
Hello,
I ad an extra field to my post-form.php file.
This is the extra option i made:
<label for="make"><?php _e('Geldig tot'); ?></label>
<input type="text" id="geldig" name="geldig" maxlength="100" value="<?php echo $geldig; ?>" />
Does anybody know how i can make a cookie of this field.
Thank you,
Henk