• Mikael Eriksson
    August 10, 2016 at 8:00 am #2405

    When setting the help text for a Text Control (In the Common section), the help text is not shown when running the Coach. The text does not seem to be included in the genereated HTML.

    For buttons with a help text the text is inserted in the “title” attribute for the generated HTML input field.

    I have not examined all the other components but checkboxes seems to have the same problem.

     

    SPARK Support
    August 10, 2016 at 3:42 pm #2406

    Hi Mikael,

    You may want to try nesting the Text control inside of a Tool Tip control with the configuration in the screenshots.

    Regards,

    Stephen P.

    Mikael Eriksson
    August 15, 2016 at 11:29 pm #2441

    Ok, is that the recommended way for help text for text controls?

     

    I cannot try it out for now since the Community Edition does not have the Tooltip control.
    Regards

    /Mikael E

    SPARK Support
    August 16, 2016 at 8:36 am #2444

    Hi Mikael,

    Yes. The Tool Tip control is a great way to provide information for the user when hovering over input forms. Another great method is to use Placeholder text, such as (###) ###-#### to suggest the correct format for a phone number. Alternatively, you can write a validation script and set the validity of each control with the .isValid() method, which will cause most controls to output a message.

    Regards,

    Stephen P.

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

You must be logged in to reply to this topic.

Start typing and press Enter to search