You are here: Home
Support site for Tips and Tricks HQ premium products
I read about the placeholder…but how do I incorporate that into the eStore to add a placeholder to the “Collect Customer Input” field?
Nevermind I had to hit CTRL + F5 and it now appears…
I followed this:
I found this code below in “lib/eStore_read_form.js”
if (val.length != 0)
{
val = val.replace(“(“,”[“);
val = val.replace(“)”,”]”);
val_combo = val_combo + ” (” + val + “)”;
}
I added this so the end of that and it still doesn’t work:
else
{
alert(“Please fill in the custom field”);
return false;
}
Any ideas?
[http://postimg.org/image/4kdbkct75/]
How do I resize the dropdown boxes so they are aligned more properly?