The problem area is the four radio buttons.
actually - just the IT services one.
The validation is all fine. its juts when the email confirmation gets sent to the client. I have spent a while on this and i have it as close as i can get.
If i select IT services - the confirmation email is CORRECT.
However, if i select anything else, the one that is correct will appear, but it will also show that i have selected IT services. I have tried various different things. I will put the relevant code here:
When i add this code in - it does exactly as it did before.
Everything works EXCEPT when i click on IT services as my radio button option. In confirmation email, nothing gets displayed. and i have no idea why. This has never happened before.
That didnt work - it also messed up my validation scripts and my dropdown menu's. I dont know how this can work... the closest i had it was the code i had.. but then IT services was still showing up when i selected anything else.
That didnt work - it also messed up my validation scripts and my dropdown menu's. I dont know how this can work... the closest i had it was the code i had.. but then IT services was still showing up when i selected anything else.
Your logic was saying:
Did the user select iphone? then, append the $iphone contents to the output.
Did the user select ipad? then, append the $ipad contents to the output.
Did the user select ipod? then, append the $ipod contents to the output.
Is a statement that will always evaluate to true equal to true? then, append the $it contents to the output.
Bookmarks