I am using a self hosted email marketing service.
I have built the form.... embedded it..
But when someone does not add a value for their birthday.. it defaults to Dec 31, 1969 using a date input.
I want that to be a value of nothing if they did not add their bday as ( mm/dd/yyyy)
The reason why, if i leave it as is.. everyone who doesn't complete the birthday date filed will be getting auto emails saying Happy birthday on Dec 31, 1969.
How can a check to see if its blank in php and then give it a value that wont send out auto emails? Is this even possible?