I am trying to concatenate several text fields together (WMA1, WMA2, WMA3) into another field (WMA). The text field are in my submission data page as checkboxes with text when the checkboxes are checked.
I have copied the concatenation JavaScript from the tutorial and I am having a problem. I am currently experimenting with only two of the fields. The purpose is to have multiple checkboxes but when the user selects on of the boxes, the others become disabled. Then i need to get the text value of the selected text box into another text field that will be used to search later. When I hit submit, the destination text box has the value of the selected checkbox, but it concatenates with the other text value of the other checkbox that isn't checked.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
bJamble
I hope someone can help.
I am trying to concatenate several text fields together (WMA1, WMA2, WMA3) into another field (WMA). The text field are in my submission data page as checkboxes with text when the checkboxes are checked.
I have copied the concatenation JavaScript from the tutorial and I am having a problem. I am currently experimenting with only two of the fields. The purpose is to have multiple checkboxes but when the user selects on of the boxes, the others become disabled. Then i need to get the text value of the selected text box into another text field that will be used to search later. When I hit submit, the destination text box has the value of the selected checkbox, but it concatenates with the other text value of the other checkbox that isn't checked.
It is puzzling me and I can't get it figured out.
Please help the newbie.
Link to comment
Share on other sites
3 answers to this question
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.
Note: Your post will require moderator approval before it will be visible.