• Resolved staytsu

    (@staytsu)


    I’d like to customize my fields.

    Is it possible to add a hyperlink to a field?
    I want a field that says I agree on the terms and condition (hyperlink to TnC page).

    Also, can I have to more than one checkboxes in a line?
    Something like:
    I (did/didn’t) eat an apple today, and watching tv for (less/more) than 3 hours.

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi stay,

    You could create a short text type custom field and just put in the link code (e.g. Link Text).

    You can add as many input values as you want for a checkbox type custom field. If you’re talking about actually displaying them on the same line on the front end, that sounds like you’d have to add in a bit of custom CSS to make that happen.

    Thread Starter staytsu

    (@staytsu)

    Hi,

    By ‘link code’ do you mean short code? or html? How to I insert a link to a field? Or I must do using CSS?

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi staytsu,

    You can insert a link in the custom field by inserting the anchor tag in the textbox for the custom field. For example you can enter the following in the custom field box(if it is a short text type custom field):

    <a href="your-url-to-tnc-page" rel="nofollow">I agree on the terms and condition</a>
    
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customising fields’ is closed to new replies.