If a field has a default value specified and the form is submitted without the user changing the default value it will neither submit or email the values to the owner.
This was by design, but my mistake was calling it a "default value" I should have called it "example value" or "placeholder value". I'll fix this soon to make it more clear and maybe add a real "default value" feature.
To fix this, just remove the "defaultValue" class from the input tag. This is what the javascript is looking for to clear it out.
Default values not act like default values and there is a checkbox to make the default value behave like a placeholder value. This is in Pliable Form 1.2.
Default values are not emailed
If a field has a default value specified and the form is submitted without the user changing the default value it will neither submit or email the values to the owner.
Thanks!
This was by design, but my mistake was calling it a "default value" I should have called it "example value" or "placeholder value". I'll fix this soon to make it more clear and maybe add a real "default value" feature.
To fix this, just remove the "defaultValue" class from the input tag. This is what the javascript is looking for to clear it out.
Your the man Jon, I appreciate your quick responses and great work!
Default values not act like default values and there is a checkbox to make the default value behave like a placeholder value. This is in Pliable Form 1.2.
is working on a reply...