• Resolved rhj4

    (@rhj4)


    I am creating a questionnaire with a series of checkbox questions. The checkbox values are “0” “1” and “2”. They are showing up vertically aligned (one beneath the other) but I want them horizontally aligned so they don’t take up so much screen space. Here is an example of one of my questions:

    <tr>
        <td>1</td>
        <td>You have the feeling that something has changed inside of you</td>
        <td>[checkbox* spiritual-awakening id:q01 class:sa "0" "1" "2"]</td>
    </tr>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can I see the site?

    Thread Starter rhj4

    (@rhj4)

    Here is a link to the page: https://www.connexions.world/spiritual-awakening/

    I fixed that problem by giving the form more space. Now I have a few other question. I can submit them as separate topics if you want, but here they are:

    1) After the form is submitted, I want to run the form through my own code to process it and then send a message back to the submitter. What are the steps to do that.

    2) The id value is not showing up in the Flamingo Inbound Message log. How to I get it to show up?

    3) I want to clear the form after it has been entered. I know this can be done, but I can find where this is configured.

    Thanks for your help.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    You should open a new thread for a new topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Horizontal Align checkboxes’ is closed to new replies.