Comment to 'Add link'
Comment to Add link
  • Hello Yra !

    You may add a new field with "text" type and setup "Check for" value as "Regular expression". Then in the appeared field "Expression" setup the filter to URLs only. Then this field should be enabled in the "View Person" area (Studio->Forms->Persons tab). In this case, you will have the possibility to correct this field via editing of the template's styles and files.

    • Hello, LeonidS!

      I tried to look for exactly where I can edit this place in the template files, but without success. I recently started to get acquainted with your platform and it certainly pleases me, I think sooner or later you will add the URL field as an option.

      • Yes, it will require Javascript and CSS scripts. You may add own code which transforms this new field, to the RAW block. It will look like:

        <script type="text/javascript">

        $(function() { 

        /* code for finding your URL field name and trasnformation of the found result */

         });
        </script>