Title: Customising fields
Last modified: July 2, 2017

---

# Customising fields

 *  Resolved [staytsu](https://wordpress.org/support/users/staytsu/)
 * (@staytsu)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customising-fields/)
 * 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](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customising-fields/#post-9284636)
 * Hi stay,
 * You could create a short text type custom field and just put in the link code(
   e.g. [Link Text](http://your.url)).
 * 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](https://wordpress.org/support/users/staytsu/)
 * (@staytsu)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customising-fields/#post-9286201)
 * 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](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customising-fields/#post-9288605)
 * 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.

 * ![](https://ps.w.org/order-tracking/assets/icon-128x128.png?rev=1803956)
 * [Order Tracking - WordPress Status Tracking Plugin](https://wordpress.org/plugins/order-tracking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/order-tracking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/order-tracking/)
 * [Active Topics](https://wordpress.org/support/plugin/order-tracking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/order-tracking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/order-tracking/reviews/)

## Tags

 * [field](https://wordpress.org/support/topic-tag/field/)

 * 3 replies
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/customising-fields/#post-9288605)
 * Status: resolved