• Hi

    i have a formidableform with questions with multiple select which i can check or uncheck
    On my pdf template i also have checkboxes but no questions.

    If i add a checkbox to the template and map the checkbox to the checkbox in the form i can see if it was checked or not.
    But how can i put the text of the question in my pdf template?

    If i look at the properties of one of the checkboxes in the pdf template, can see the number of the multiple select in formidableform, and i can see which option was checked
    Option:
    is this example checkbox checked?
    Value:
    [1339])

    But i dont understand how to get the text (is this example checkbox checked?) of the question in the pdf

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Oleksandr

    (@oleksandrz)

    Hi,

    So the checkbox will be checked if [1339] will contain value from “Option” as “is this example checkbox checked?”.

    You can use same shortcode ([1339]) inside “input” / “textarea” / “html” block and it will print all checked values as: is this example checkbox checked?. If it will be more than one value selected it will be printed via “,” as: is this example checkbox checked?, is this example checkbox checked2? https://prnt.sc/R6oz8WjXvrpX

    If you need just to place text near that “checkbox” inside PDF, just create “input” / “html” block and put text manually. https://prnt.sc/7tLm0Xb6yVuJ

    If we misunderstood the task attach please some screenshots with exaplanation which information must be printed inside PDF and what is the setup of field inside Formidable Forms.

    Thread Starter martinsplinter

    (@martinsplinter)

    I think i was not clear

    In short… a multiple choice checkbox in formidable forms has a question and a checkbox.
    I know how to include the checkbox in the pdf so that its checked (add checkbox to pdf and map that to the checkbox in formidable forms.

    However i would like to also use the text of the question in the pdf

    ill post a support request for it, there i can add screenshots

    Thread Starter martinsplinter

    (@martinsplinter)

    You can use same shortcode ([1339]) inside “input” / “textarea” / “html” block and it will print all checked values as: is this example checkbox checked?. If it will be more than one value selected it will be printed via “,” as: is this example checkbox checked?, is this example checkbox checked2? https://prnt.sc/R6oz8WjXvrpX

    Oh sorry i misread, thats what i want, but i want only one checked value, not all of them

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘print option of multiple choice’ is closed to new replies.