Jump to content

AU Domains - Eligibility Information


Damo

Recommended Posts

Hi,

 

Is there a way to clean up the look of the form where customers enter their eligibility information for .au domains?

 

We're using the Distribute.IT module and the form fields aren't lined up and it's the only screen during the order process that looks this way. From what I can see this form isn't templated in the same way as the rest of WHMCS.

 

Any suggestions on how to modify it or request that it be modified would be appreciated.

Screen shot 2009-10-02 at 4.22.56 PM.jpg

Link to comment
Share on other sites

it's a case of putting a table to cover the output in configuredomains.tpl.

 

Take a look at the configuredomains.tpl that you use (depends which orderforms template you are using). In the one I use I looked for:

 

{foreach key=domainfieldname item=domainfield from=$domain.fields}

{$domainfieldname}: {$domainfield}<br />

{/foreach}

 

and I replaced with:

 

<table cellspacing="0" cellpadding="0">

 

{foreach key=domainfieldname item=domainfield from=$domain.fields}

<tr><td>{$domainfieldname}: </td><td>{$domainfield}</td><td>

</td></tr>

{/foreach}

 

</table>

 

that tidied it up nicely

 

Jim

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