I’m currently trying to build a expire url system but im stuck with an issue. What i’m trying yo achieve is when you for example select the “Clicks” option of the select field, it changes the hidden iput field below to click but if you slect minutes, hours, days it changes the input to period!
No i have a database and one row has period or clicks and thats how it determines if you are doing doing time or just number of clicks until expire. The select field you just changed should not change because that value data goes into another database row which is the duration period all i want is for jquery to look and see that when i select minutes = period so it dynamically changes the hidden input field but if i was to click the one with clicks then instead of period it puts click in the hidden field value box?
im sure thats possible im just unsure how to do it
im sorry but do you understand what im trying to do? All i want to do is have it so that if you click on a certain select option it adds either click or period to the hidden input value
so if i click the first option with clicks then it puts click in the hidden select field but if i do minutes seconds or hours then it puts period
Thanks for you help so far and what was the jquery above supposed to do because nothing happened thanks very much