DocBlack4444
New Coder
hello, i am not good at HTML coding, i have always done a google search for what i need done and copy/pasted into the sites to get them to do what i want.
So i am asking for some help to write a code that will make this work.
the webpage that i am working on is a HTML, i am unable to use JQuery or other coding languages so google searches are not giving me what i need.
i am able to hard select the date picker as an object embedded into a form that will be submitted via the website, i can add advanced coding to the object but i cannot alter the base code of the form itself.
what i need this thing to do, is when someone chooses the date on the date picker that is already hard set and not coded into this extra scripting the code should then display a day count from the current day to the selected day from the date picker and display the following:
if under 45 days: " Your selected date is __ days away, which is LESS THEN 45 DAYS, please select the less then 45 day option"
if over 45 days: "Your selected date is __ days away, which is 45 days or more, please select the 45 days or more option"
I simply don't know how to write this in code language with the date picker already hard coded or for this to list one of the 2 options based on the use input on the date picker. this is so much more then making text bold, which i still am not 100% sure how to code myself.
any help or directional pushing would be greatly appreciated. please don't tell me to look this up somewhere else, i have spent 2 days trying to piece this together and it is NOT working.
So i am asking for some help to write a code that will make this work.
the webpage that i am working on is a HTML, i am unable to use JQuery or other coding languages so google searches are not giving me what i need.
i am able to hard select the date picker as an object embedded into a form that will be submitted via the website, i can add advanced coding to the object but i cannot alter the base code of the form itself.
what i need this thing to do, is when someone chooses the date on the date picker that is already hard set and not coded into this extra scripting the code should then display a day count from the current day to the selected day from the date picker and display the following:
if under 45 days: " Your selected date is __ days away, which is LESS THEN 45 DAYS, please select the less then 45 day option"
if over 45 days: "Your selected date is __ days away, which is 45 days or more, please select the 45 days or more option"
I simply don't know how to write this in code language with the date picker already hard coded or for this to list one of the 2 options based on the use input on the date picker. this is so much more then making text bold, which i still am not 100% sure how to code myself.
any help or directional pushing would be greatly appreciated. please don't tell me to look this up somewhere else, i have spent 2 days trying to piece this together and it is NOT working.