gmark Posted February 18, 2011 Share Posted February 18, 2011 Is there a way to have the values that are DISPLAYED by a FORM actually result in another set of VALUES actually being returned? For example, having arbitrary values displayed to the user to generate another set of values? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/228058-forms-where-displayed-option-different-from-value/ Share on other sites More sharing options...
fortnox007 Posted February 18, 2011 Share Posted February 18, 2011 I guess yes. But if you are showing the numbers you like in a form and not what they supply keep in mind you don't use the post data from the forms since that is not what you want. If the above is unclear. please make your question more precise and/or give an example, but as far as i understand your question yes this is possible. Quote Link to comment https://forums.phpfreaks.com/topic/228058-forms-where-displayed-option-different-from-value/#findComment-1175993 Share on other sites More sharing options...
denno020 Posted February 18, 2011 Share Posted February 18, 2011 Do you mean you want to display data in the data field which will indicate to the user what kind of data to enter in the field? You can use javascript for this.. Denno Quote Link to comment https://forums.phpfreaks.com/topic/228058-forms-where-displayed-option-different-from-value/#findComment-1176046 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.