Search found 49 matches
- Tue May 07, 2013 7:45 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Form Builder: Send form to logged in FEU
- Replies: 10
- Views: 4570
Re: [Solved] Form Builder: Send form to logged in FEU
Thanks! I have read your blogs before and appreciate the work you have posted on i-do-this. It is all very helpful.
- Tue May 07, 2013 5:15 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Form Builder: Send form to logged in FEU
- Replies: 10
- Views: 4570
Re: [Solved] Form Builder: Send form to logged in FEU
Wishbone,
Do you have a sample UDT you would like to share for the application you were talking about? I'd be very interested in applying your solution to my form.
Do you have a sample UDT you would like to share for the application you were talking about? I'd be very interested in applying your solution to my form.
- Tue May 07, 2013 12:52 am
- Forum: Modules/Add-Ons
- Topic: [Solved] Form Builder: Send form to logged in FEU
- Replies: 10
- Views: 4570
Re: [Solved] Form Builder: Send form to logged in FEU
It is an online quiz/learning module with about 3 multiple choice questions per page.
I couldn't find any plugins or other OS software that really fit the bill.
Form builder is actually working like a champ for the project with a couple little workarounds.
I couldn't find any plugins or other OS software that really fit the bill.
Form builder is actually working like a champ for the project with a couple little workarounds.
- Tue May 07, 2013 12:03 am
- Forum: Modules/Add-Ons
- Topic: [Solved] Form Builder: Send form to logged in FEU
- Replies: 10
- Views: 4570
Re: [Solved] Form Builder: Send form to logged in FEU
Thank you for pointing out those security concerns. The form is pw protected to fronte end users, but I don't have much security other than that. The form is about 20 pages long, so it would take quite an effort to spam.
But these are great ideas I will work on integrating.
But these are great ideas I will work on integrating.
- Tue Apr 30, 2013 12:20 am
- Forum: Modules/Add-Ons
- Topic: [Solved] Form Builder: Send form to logged in FEU
- Replies: 10
- Views: 4570
Re: Form Builder: Send form to logged in FEU
Thanks Wishbone, I did use property, that was a typo when I was making my post, and I've updated it. But thank you for mentioning custom content help. I feel like a rookie for mot checking it before my post! This is how you get the email of the logged in FEU: {$ccuser->username()} There is a form op...
- Mon Apr 29, 2013 11:26 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Form Builder: Send form to logged in FEU
- Replies: 10
- Views: 4570
[Solved] Form Builder: Send form to logged in FEU
I have built a form with Formbuilder that is bound to front end users. I would like to email the submission to the logged in user, and that is not a field option. If I could even retrieve their email address (feu username), I could make a javascript solution. I can only seem to get properties and no...
- Mon Apr 29, 2013 9:24 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder: Navigate directly to a page on multi-page form
- Replies: 0
- Views: 811
Form Builder: Navigate directly to a page on multi-page form
CMS Install Information CMS Version 1.11.4 FormBuilder 0.7.3 Is it possible to navigate directly to a certain page on a multi-page form? It looks like the form self submits, and there is not a way to make an alias to jump to. Looking for something like: "http://www.example.com/form/step-2 or &q...
- Tue Feb 05, 2013 10:45 pm
- Forum: CMS Show Off
- Topic: New site for a Portland septic service company
- Replies: 0
- Views: 1893
New site for a Portland septic service company
We (Fish Marketing) launched a new CMSMS site for Speedy Septic Service. Previous CMS was Wordpress.
- Fri Jan 25, 2013 10:29 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "System Maintenence" not loading after upgrade to 1.11.4
- Replies: 5
- Views: 4649
Re: "System Maintenence" not loading after upgrade to 1.11.4
Last thing to add, when I open some of the tables the system said had structural errors (for instance, content_seq), a little error appears that says: "No index defined!"
Is this normal.
Is this normal.
- Fri Jan 25, 2013 10:17 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "System Maintenence" not loading after upgrade to 1.11.4
- Replies: 5
- Views: 4649
Re: "System Maintenence" not loading after upgrade to 1.11.4
One other thing, I am trying to repair tables one by one in my DB admin, and some tables says I think that relates to InnoDB tables. "The storage engine for the table doesn't support repair"
The MyISAM tables seem fine for repairing.
The MyISAM tables seem fine for repairing.
- Fri Jan 25, 2013 9:11 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "System Maintenence" not loading after upgrade to 1.11.4
- Replies: 5
- Views: 4649
Re: "System Maintenence" not loading after upgrade to 1.11.4
Thanks for the tips, but I am still struggling. This has happened with several sites now that i have gone back and double checked. New sites are fine, but various sites I have upgraded won't load the system maint tab. It is definitely not 'no content' pages. There are plenty of those. I got hollered...
- Fri Jan 25, 2013 6:32 pm
- Forum: Help Wanted (commercial)
- Topic: Live and work in Portland, Oregon at a CMSMS shop!
- Replies: 0
- Views: 1801
Live and work in Portland, Oregon at a CMSMS shop!
Hi, We are hiring for the position Front End Developer at Fish Marketing. The position is full time, and I am looking for someone who knows CMSMS inside and out. The perfect candidate will have expert experience coding with HTML5, CSS, JavaScript, Smarty, and PHP. We are a fun agency that produces e...
- Tue Jan 22, 2013 1:05 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: "System Maintenence" not loading after upgrade to 1.11.4
- Replies: 5
- Views: 4649
"System Maintenence" not loading after upgrade to 1.11.4
I've upgraded a few sites to 1.11.4 now, and have noticed a common problem. When I try to access system maintenance in the admin, the page will not load. I usually get a time-out or a server error that says: HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the se...
- Tue Jan 08, 2013 10:34 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder: Save progress on multi page form?
- Replies: 4
- Views: 2119
Re: Form Builder: Save progress on multi page form?
Stikki, Thank you for the information! I found a jquery plugin called garlic.js that I will use to save data locally. It isn't perfect, but it will minimize lost data if a browser crashes or person leaves. 1. Will users be able to upgrade to the from the old series to the new series of form builder?...
- Thu Jan 03, 2013 9:14 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder: Save progress on multi page form?
- Replies: 4
- Views: 2119
Form Builder: Save progress on multi page form?
I am curious to know if anyone has a trick to save the progress of a multi-page Form Builder form to Form Browser with the continue button. I am making a large form that is bound to Front End Users. The idea is that if they cannot fill out the entire thing, or if they have a browser window crash, th...