Gav Posted May 11, 2007 Share Posted May 11, 2007 Hello, just a quick question about the server module template. I can see that the variables are passed as $param["something"], for example for username it is $param["username"] etc, but how do you get Custom Fields that have been set up in products/services? Any advice would be great Thanks 0 Quote Link to comment Share on other sites More sharing options...
trine Posted May 11, 2007 Share Posted May 11, 2007 It depends on where you are trying to do this. These variables are not assigned to all templates, so you may have to query for them. 0 Quote Link to comment Share on other sites More sharing options...
Gav Posted May 11, 2007 Author Share Posted May 11, 2007 Ah I see, so I need to query tblcustomfieldsvalues to use custom fields in function xxxx_CreateAccount($params)? Is there no easier way than that? Is there no documentation on creating server modules? I have only been able to find info on creating payment and domain registrar modules 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.