I created this form and I’m using onSetFocus and onKillFocus to apply labels to the input text fields. I’m only requiring a few fields to be completed and the problem I’m having is that when I loadVariables it emails the label. When the user clicks on the submit button I’d like to remove the labels and only email a blank space if that field has not been completed. No matter what I’ve tried I can’t make it work. Anyone have any suggestions??? Thanks!
Edit: Solved my problem with my php script. Thanks!