Hi I think ( found a bug. It was not possible for me to edit Vaccines field from the user side. I could see definition but I was not able to select any (blank filed). As it is a required field users were not able to insert any pet. I checked the form.php and I found an error here:
<label for=”pet_vaccines”><?php _e(‘Vaccines’, ‘wp_pet’); ?></label>
<select name=”pet_vaccines” id=”pet_vaccines” tabindex=”9″>
<option value=””></option>
<option THE ERROR WAS HERE value=”<?php _e(‘Vaccinated’, ‘wp_pet’); ?>” /><?php _e(‘Vaccinated’, ‘wp_pet’); ?></option>
<option THE ERROR WAS HERE value=”<?php _e(‘Dose Interval’, ‘wp_pet’); ?>” /><?php _e(‘Dose Interval’, ‘wp_pet’); ?></option>
<option THE ERROR WAS HERE value=”<?php _e(‘Unknown’, ‘wp_pet’); ?>” /><?php _e(‘Unknown’, ‘wp_pet’); ?></option>
</select>
Between the words “option” and “vaule”, there was something reffering to table numbers. I deleted it and now it works fine.
I do not know if you had any other report about it.
If you need I have a it_IT translation.
Ciao
Regards