I have designed a form in LiveCycle designer 8. The form has a regular Submit button which posts data a URL (a java servlet) using HTTP URL encoded.
The form opens and works as expected in versions 8 and 9. However, when I open the form in 7, I get the following error:
Invalid enumerated value: urlencoded.
The fault occurred on line 105111.
I changed the button to HTTP Submit Button, and it started working fine in Reader 7. Just wondering if there is anything else I need to take care of here.