• FEATURES
  • PRICING
  • MARKETPLACE
  • CASE STUDIES
  • BLOG
  • Clickable URL in a form

    When creating a form, how do I designate a field as a link so that the link is clickable?

    There is no way to do this currently. You can log an enhancement for this in Jira.

    ~Sri

    If you are looking for an user editable link field, then there is no way to do this.

    However, you can add a static clickable link to forms as below:

    1. Create a Note field.

    2. In Note field text box, enter any valid HTML like below:

      < a href=“www.openspecimen.org”> OpenSpecimen < /a>

      (Above is not valid HTML as there is space between opening and closing tag to avoid forum software from interpreting it as link and showing end result rather than HTML code itself)

    Thanks.