Jump to content

Custom clientregister.tpl query - tick boxes


CJC84

Recommended Posts

Hi all,

 

Hopefully this will be a quick and easy 2 part query!

 

I have added some fields to the registration for with the Custom Client Fields option successfully. One a Drop Down Menu and the second, a Tickbox.

Regarding the Tick Boxes:

What I'd like to know is, is there a way that I can have one <tr> with a lot of tick boxes, as apposed to each on a seperate line? IE so that it doesn't read like (where [ ] = tickbox):

[ ] male

[ ] female

[ ] 2 legs

[ ] likes tomatoes

 

But rather like:

 

**heading**

[ ] male [ ] female [ ] 2 legs [ ] likes tomatoes

 

 

General query:

Now that I have this information stored, how do I 'query' it so that I can use it in things like an email template? I understand where I'd normally use a value like {$LANG.clientarealastname} and it would give me their name, but how do I find out what the variable for my dropdown is, for instance? I see something like {$customfield.name} but there must be more than one variable? for each Custom Client Field?

 

Thanks team - I really appreciate it! :)

Link to comment
Share on other sites

Okay, so I managed to find the values that the Custom Client Fields create in the form of {$service_custom_fields.1}

 

But what I would now like to know is - if I wanted to create my own value to this, ie be able to assign a value myself - how would I do that?

 

What I'm wanting to achieve is to create a unique folder for the client in the Downloads section and reference it to via a email template. Any ideas?

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