Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26324

    Hi,

    I put some radio buttons on a form and the checked does not transfer to the PDF. I have not tried a checkbox but I suspect the same problem.

    Sample code:
    [language=xml:1vkdoqd8]

    Checking
    Savings

    [/language:1vkdoqd8]
    Thank you,
    Mica

    #27829

    The server-side should care the HTML includes the checked state like
    <INPUT name="ACCOUNT_TYPE" type="radio" VALUE="2" CHECKED>
    before the document passed to PD4ML.

    However I may imagine the CHECKED keyword is expected by missing there bacause of the session ID is not passed to PD4ML with the HTML template URL. The following info may help:
    post416.html#p500

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.