Log in

View Full Version : Showing custom template based on Custom Field during Reg.


safiel
07-31-2004, 02:52 AM
This is basically what I want to do, and any pointers would be appreciated:

I have one custom profile field, field6. What I want to do is show a custom template based one what they enter.

Option one, evals template1. Option two, evals template2. Any other option, evals an standard error.

I am having trouble in register.php... what and where to put the (simplified) statement, "if ($field == "Beginner"){dothis();}" - I have no idea what variables the custom fields can be checked against or the best place to call it.

Anyone? :squareeyed:

safiel
08-03-2004, 02:48 PM
bumpity bump :disappointed:

Andreas
08-03-2004, 02:53 PM
Well, the question is when exactly do you want to make this check?
And what type of field is field6?