Search found 2 matches
- Thu Aug 07, 2008 9:36 pm
- Forum: Modules/Add-Ons
- Topic: Can form builder place each field individually? {$myfield->input}
- Replies: 2
- Views: 1390
Re: Can form builder place each field individually? {$myfield->input}
The form builder instructions say: You can access your form fields either using the $fields array or by directly accessing fields by their names (e.g., {$myfield->input} ) If I put {$your_name->input} this field does not show. What else do I have to do? Same thing here, banging my head against the ...
- Mon Apr 07, 2008 8:00 pm
- Forum: Modules/Add-Ons
- Topic: SelfRegistration - Email Activation Link Does Not Work
- Replies: 6
- Views: 3272
Re: SelfRegistration - Email Activation Link Does Not Work
I am having the exact same problem. I have checked my config.php and pretty urls seems to be disabled. I have not upgraded to the latest CMS MS, still running 1.2 I have opened up the SelfRegistration files to try and find where the URL is built, and seem to have found it, but that's where my ingen...