Event Custom Fields - Change front-end to display a clickable href

  • Justin Jeffrey
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 hours 36 minutes ago #178029 by Justin Jeffrey
Hi there

I am using the following so that users can add an alternative URL for event info which does display properly.

<?xml version="1.0" encoding="UTF-8"?>
<config>
    <fields name="params">
        <fieldset name="basic">
            <field name="custom_event_url" type="text" label="Event URL" size="50" description=""></field>    
        </fieldset>            
    </fields>    
</config>

The only issue is that I need to make this clickable in the front end. Is there a workaround?

Thanks

Justin

Please Log in or Create an account to join the conversation.

More
8 hours 36 minutes ago #178030 by Tuan Pham Ngoc
Can you change type="text" to type="url", then try again to see if the URL is clickable?

Please Log in or Create an account to join the conversation.

  • Justin Jeffrey
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 hours 17 minutes ago #178031 by Justin Jeffrey
Wow, super quick and it worked too!

Thank you Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc