I have a field that I don't want to be repopulated with the posted data when validation fails.
I've tried using the form_set_value function but it doesn't work (I guess it only changes the form_values for the submit function?).
Is there a way to do this?