scsharpe
New Coder
I have a project but I am not a coder. My boss left and now I do not know how to fix the code on a website. I need to get rid of the part that says Page 1 above every section. Here is the site and the code used: https://esa.companyistores.com/shopping_cart/configure.jsf
JavaScript:
[
{
"type" : "text",
"label" : "First & Last Name *",
"size" : 30,
"maxlength" : 70
},
{
"type" : "text",
"label" : "Number of Years *",
"size" : 30,
"maxlength" : 30,
},
{
"type" : "text",
"label" : "Employee # *",
"size" : 30,
"maxlength" : 30,
},
{
"type" : "text",
"label" : "Cost Center *",
"size" : 30,
"maxlength" : 30,
},
{
"type" : "text",
"label" : "YOS *",
"size" : 30,
"maxlength" : 30,
},
]
Last edited by a moderator: