Comment to 'Add link'
Comment to Add link
  • 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>