I want to be able to send only values to that are switched on (visible) due to conditions and not sent the others that were not required. I read that this is already in the code but it does not work for me in the connector in form assembly or from scratch using wforms. I send to an outside server which rejects the lead due to blank values (the non visible values) Can someone help? Ive seriously tried everything.
If I understand correctly, you need to remove the invisible form fields from the submitted data (just empty values isn't good enough). We don't have anything that would word out of the box for this, but a bit of custom javascript code could handle that.
Are you a developer and/or confortable writing Javascript code? I can give you some pointers.
I actually figured it out. But now I am having trouble with validation and firefox, Is there a hack or code I need? Its working great in ie but firefox is just straight submitting an empty form.