Jump to content

Styling custom fields


ddenev

Recommended Posts

In supportticketsubmit-steptwo.tpl of the template you are using look for

 

{foreach key=num item=customfield from=$customfields}

<tr><td class="fieldarea">{$customfield.name}</td><td>{$customfield.input} {$customfield.required}</td></tr>

{/foreach}

 

(might be slightly different code depending on your version of WHMCS) and then you can add the style to the table.

The above code is from the portal template v3.3.0 and as you can see it already has a style class.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated