Search found 21 matches
- Tue Aug 18, 2009 5:31 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder Date Field Default Value
- Replies: 0
- Views: 908
Formbuilder Date Field Default Value
Hello, I'm trying to pass in a default date value for a formbuilder datepicker like so: {cms_module module='FormBuilder' form='test' value_fld93="3 March 1991"} The date value sets correctly but the Month and the Year don't. Is there a different method to passing in the date ...
- Sat Jun 27, 2009 5:54 am
- Forum: Modules/Add-Ons
- Topic: Self Registration - Final Message Template {$username} Doesn't have a value
- Replies: 2
- Views: 1126
Self Registration - Final Message Template {$username} Doesn't have a value
In the Self Registration module, in the final message template, {$username} prints out a blank. The url for that page also has no username specified after the user submits their CODE. ie: "http://****.org/index.php?mact=SelfRegistration,cntnt01,post_createuser,0&cntnt01returnid=16&cntnt...
- Sat Jun 27, 2009 5:31 am
- Forum: Modules/Add-Ons
- Topic: selfRegistration - re-send activation e-mail
- Replies: 1
- Views: 918
Re: selfRegistration - re-send activation e-mail
I'm also having the same issue. This feature used to work for me but not anymore.
- Mon Jun 01, 2009 12:34 am
- Forum: Modules/Add-Ons
- Topic: Change My Settings - FEU
- Replies: 10
- Views: 3212
Re: Change My Settings - FEU
I'm running 1.5.4 as well. I just get blank fields when I hit change my settings. This is the default template.
My other issue I'm having is the max length on a text input isn't changing on some properties. It won't change from the default 255.
My other issue I'm having is the max length on a text input isn't changing on some properties. It won't change from the default 255.
- Sun May 31, 2009 3:45 am
- Forum: Modules/Add-Ons
- Topic: Change My Settings - FEU
- Replies: 10
- Views: 3212
Re: Change My Settings - FEU
Is there a way to use Change My Settings to just let the user update their password but nothing else?
Thanks,
Vikram
Thanks,
Vikram
- Thu May 28, 2009 5:48 pm
- Forum: Modules/Add-Ons
- Topic: Change My Settings - FEU
- Replies: 10
- Views: 3212
Re: Change My Settings - FEU
but I could create my own form that will do the "Change My Settings" that will have the current value printed inside the text values? by using a UDT to run the queries I need?
- Thu May 28, 2009 7:49 am
- Forum: Modules/Add-Ons
- Topic: Change My Settings - FEU
- Replies: 10
- Views: 3212
Change My Settings - FEU
In FEU, after a user logs in and clicks "change my settings," is it possible to have the current values in the text boxes/dropdowns/radiobuttons by default so the user doesn't have to enter all information everytime they want to change their settings?
Thanks,
Vikram
Thanks,
Vikram
- Tue May 26, 2009 7:48 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Formbuilder - Require Date field depending on text input
- Replies: 4
- Views: 1464
Re: Formbuilder - Require Date field depending on text input
Thanks ajprog, I got it to work.
- Tue May 26, 2009 3:18 pm
- Forum: Modules/Add-Ons
- Topic: [solved] Formbuilder - Require Date field depending on text input
- Replies: 4
- Views: 1464
Re: Formbuilder - Require Date field depending on text input
Do I just call my validation function where it says "Form Submission Javascript:"? and to stop the submission, does the function just have to return false or can it return a specific error message to formbuilder?
- Tue May 26, 2009 5:08 am
- Forum: Modules/Add-Ons
- Topic: [solved] Formbuilder - Require Date field depending on text input
- Replies: 4
- Views: 1464
[solved] Formbuilder - Require Date field depending on text input
Hi,
How can I require a date field to be filled out if a corresponding text field has input in a formbuilder form? If you can't do it using formbuilder, how can I validate the form myself?
Vikram
How can I require a date field to be filled out if a corresponding text field has input in a formbuilder form? If you can't do it using formbuilder, how can I validate the form myself?
Vikram
- Mon May 25, 2009 6:38 am
- Forum: Modules/Add-Ons
- Topic: UDT values to pulldown & Submit to UDT from non-formbuilder form.
- Replies: 1
- Views: 1035
UDT values to pulldown & Submit to UDT from non-formbuilder form.
I have a couple questions about forms and UDTs that I couldn't find the answer to in other posts. 1. Is it possible to submit the values of a custom form (that doesn't use form builder) to a UDT? if so, how? 2. How do you make values of a pull down in form builder come from a UDT that runs a query i...
- Tue Mar 10, 2009 4:20 pm
- Forum: Modules/Add-Ons
- Topic: Members-only pages implementation tips
- Replies: 5
- Views: 1553
Re: Members-only pages implementation tips
Thanks for clearing that up.jmcgin51 wrote: Right. Once they click the link and complete the registration process, they are assigned to the target FEU group, and are no longer part of SelfReg.
Vikram
- Tue Mar 10, 2009 12:22 am
- Forum: Modules/Add-Ons
- Topic: Members-only pages implementation tips
- Replies: 5
- Views: 1553
Re: Members-only pages implementation tips
As I understand it, the 250-user limit is ONLY for SelfReg. It is the maximum number of users that can be in the process of self-registering. I don't know what the functional limit of FEU is, but it's way over 250. If you have 2 users already registered, then they are no longer using SelfReg resou...
- Mon Dec 15, 2008 7:15 am
- Forum: Modules/Add-Ons
- Topic: No search of Section Headers in Search module possible?
- Replies: 2
- Views: 1178
Re: No search of Section Headers in Search module possible?
you can edit the results template and make it ignore printing the cases where the $entry-> url equals "#"
ie.
{if $entry->url == "#"}
do nothing
{else}
print result
{/if}
ie.
{if $entry->url == "#"}
do nothing
{else}
print result
{/if}
- Thu Dec 04, 2008 1:29 am
- Forum: Modules/Add-Ons
- Topic: Ajax Search Engine: Avanced Search?
- Replies: 0
- Views: 1211
Ajax Search Engine: Avanced Search?
Hi, I'm using cmsms 1.4.1 and I have installed the Ajax Search Engine. I downloaded the 0.9 version .rar file, but when I install it, cmsms tells me its version 0.1 in the module list. I don't know why that is. The bigger problem is that the Advanced Search link and the go button are linked to...