A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru's-

Moderator: mcsmom

Post Reply
User avatar
guilliam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 159
Joined: Thu Aug 18, 2005 10:27 am
Location: Sunny City Cebu, Philippines!
Contact:

A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru's-

Post by guilliam » Tue Aug 23, 2005 12:57 am

.

"Making a Fully Customizable FORM via HMTL and have it published via Wrapper in Mambo"

In reference to:
1. http://forum.mamboserver.com/showthread.php?t=43912 (Creating formail forms the easy way; a brief TIP/Trick how to do it)
2. http://forum.mamboserver.com/showthread.php?p=231525 (Need a form that works!!!; a general question on implementing FORMS on  Mambo)



I. CONS:
1. it will take sometime for you to learn how to configure the form(for the php form handler)

2. purely email submission, data submitted from the FORM cant be automatically inserted to the mysql database.

3. no other cons i can think of(as of now june 15, 2005). but other cons is warmly welcomed.


II. PROS:
1. A highly CUSTOMIZABLE form that would suit your needs.

2. Unlimited control on the layout, design and css of the FORM page.

3. Unlimited form fields, includes field handling of all known types; i.e: text box, check box, drop down, text fields, multi line text fields, FILE ATTACHMENTS,.. virtually all known form fields.

4. a total control on what ever FILE ATTACHEMENT and/or FILE TYPE is allowed to be attached.

5. automatic attachment of photos/images to your email that has been submitted thru the FORM page.

6. A total control on what form fields you wish to be required.

7. Allows multiple FORM PAGES to use one configuration file.

8. Allows multiple recipient of the submitted form.

9. allows "specific" recipient for a specific form.

10. allows submitters (hidden)report of:
a.) browser being used
b.) i.p. used
c.) url referrer
d.) platform/operating system used

11. recipients email is in the config file so that email spiders are less likely to find your email for possible spamming.

12. others that i might have missed citing.


III. Requirements:
1. a wyswyg editor such as; dreamweaver, frontpage or any wyswyg editor

2. a basic knowledge on how to use the wyswyg editor cited in requirement #1

3. a knowledge in editing config files(text files) for the phpform handler to be used.


Things to be used/needed:

1. a wyswyg editor as mentioned in REQUIREMENT #1

2. of course: HiQformmail by Richard Harkrider @ www.hiqformmail.com. you can download the formhandler HERE


IV. The walkthrough:
1. download the HiQFM.zip in the url given above.

2. unzip the HiQFM.zip

3. assuming that we will be using dreamweaver as the wyswyg HTML editor, open the test.html in the unzipped HiQFM folder.

4. edit the test.html according to the layout, design, colors, general look and the FORM FIELDS you wish the FORM PAGE will be.

5. in the "code view" of dreamweaver you can add "Optional Form Fields" such as:
a.) Field:  subject
b.) Field:  email
c.) Field:  redirect
d.) Field:  attachment[]
e.) etc.. for a complete list of "Optional Form Fields", go HERE 

6. open HiQFMConfg.conf in any text editor.. or you can use dreamweaver to open and edit the configuration according to your needs.I STRONGLY suggest that you point your [redirect] to a Mambo STATIC Page(create a static page in Mambo for the redirect URL, its usually a THANK YOU message, or FORM submission SENT page). so that after clicking the submit button the submitter will be still be lead to a mambo page.

7. after editing the layout and other things you will be editing as mentioned in step #4, #5 and #6...upload the entire folder (HiQFM) via ftp to your webhost. assuming that you have uploaded the folder to: www.yourdomain.com,.. so the file structure will now be http://www.yourdomain.com/HiQFM

8. log-in to your mambo administrator(back end).

9. in the "menu" TAB, click on any menu item, but on this walk thru lets just pressume that you will click "mainmenu".. click the icon in the top which is labeled "New"

10. it will now lead you to: "New Menu Item",.. tick on the radio button "Wrapper" then click "Next" on the icon located at the top.

11. it will now lead you to: "Add Menu Item :: Wrapper",.. fill in the details boxes, such as NAME,  Wrapper Link,  Url, etc.
a.) "Wrapper link" is to be pointed where your FORM PAGE is located.. so for our walkthru having as an example, point it to: http://www.yourdomain.com/HiQFM/test.html
b.) for this walkthru, fill the  "Name:" field to "Form Test"
c.) generally, tick the NO radio button on "Scroll Bars:".. this is so that the FORM page will be wrapped properly without the scroll bars.
d.) set the "Auto Height:" to yes
e.) set " Published:" to "yes"
f.) click "Save" icon on top.

12. Proceed to your frontend, i.e.: www.yourdomain.com, you will now see a new menu item in the "mainmenu" labeled as "Form Test". click on it, you should see now your FORM PAGE wrapped in that page.

13. (assuming you got the configuration correct on the: a.) test.html and b.) HiQFMConfg.conf) test the form page by filling in the fields! if you get errors or the FORM PAGE didnt work as what you expected it to happen.. then there MUST be wrong in your configuration of test.html and/or HiQFMConfg.conf.

NOW, i'll leave the tinkering to you.  :)

V. Further Notice

*For further information and configuration documentation you can visit the "HiQFM" documentation HERE

**Further inquiries you can visit their(HiQFM) forums HERE. or discuss the concerns/inquiries directly on THIS THREAD. I MAY(or may not) suggest other solutions to the problems/inquiries you may encounter.

***I currently dont have a "testing" site for you to have a preview on how the result of this walkthru would look and function. the FORMS in kanocorp.com are live and NOT a testing FORM PAGES. Please dont use the FORMS in the u.r.l given above for TESTING.

****Feel Free to discuss this short walkthru in THIS THREAD.. to reiterate(as mentioned); "I may or may not" have a solution to your concern.


~guilliam roque~ 
sunny city, cebu!
- Philippines -

CROSSED REFERENCED from: http://forum.m*mboserver.com/showthread.php?t=48471

^^obviously change the "*" character in the URL given.
.
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net

hark
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Fri Aug 26, 2005 2:42 am
Location: Missouri, USA

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by hark » Fri Aug 26, 2005 2:57 am

Looks like some fun been going on!!  Thanks for the post what got me here.

That project I was talking about while back -- he decided to just integrate the Estate sale stuff within his auction site.

I like the choice of forum package  8)

Richard

User avatar
guilliam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 159
Joined: Thu Aug 18, 2005 10:27 am
Location: Sunny City Cebu, Philippines!
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru's-

Post by guilliam » Fri Aug 26, 2005 10:35 am

welcome aboard to hark!

a priviledge to have you here as well sir, and noting that your first post was made on this thread. yeah, SMF forum package though on other threads there are some discussions about being not GPL'ed.  if oyu have time please feel free to roam around the boards, we certainly need an input from someone like you sir.

about the integration of this hiqfm to the mySQL db, there is someone who showed interest in sponsoring the project. perhaps what has been discussed in the "other" thread will be in development sometime sooner. hopefully the sponsorship will go as fine as planned.

btw.. for everyone's info, @hark is the author of the HIqFm PHP form handler. like on the other thread, if there are any questions in the implementation of this workaround feel free to post on this thread.


guilliam
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net

User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

RIsue with the form mailer

Post by leolam » Thu Jan 26, 2006 4:40 pm

Hello Guillam,

like the mail generator and have it in test on my local Joomla site which is in Beta......Yourwalk through pointed it to me and it offers me more than the standard contact form of course :) Having given all the smiley's away :mellow: ::

little problem in the redirect.......I have exactly done as you has stated and as i do with all wrapper redirects and returns to my Joomla and Mambo sites :: This works perfect with all other "wrapped" content as this is of course a standard frame issue.....:
# Html file to redirect the user to after form is processed.
[redirect]       
(actually it should go to my static thanks.shtml-page :) )However upon submitting the form i get a 404 page despite the fact that i can approach it directly from the browser. Again I need to return to the index.php with the entire page-template and if I do not use the _top or _self or _blank whatsoever it returns with the complete page inside the iframe (total template) Now a normal solution to redirect is as stated..... again it works flaweless with all my other wrapped applications.......however i must miss the littel bit here because maybe I should address this redirect elsewhere in the form mail application (actual form page maybe?) but i have not discovered it yet..........It currently loads in the contentpane with the entire template......THAT is of course not the meaning of it? :) nor is a "normal" html-page as redirect in the wrapper an option.. (note:: all the email run well including the autoresponder....tested those all online on one of my sites)

Thanks for possible guidance?

Leo
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk

User avatar
guilliam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 159
Joined: Thu Aug 18, 2005 10:27 am
Location: Sunny City Cebu, Philippines!
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru's-

Post by guilliam » Thu Jan 26, 2006 4:54 pm

hi leo,..

the redirect page, check both:

test.html particular on:
Field:  redirect

if still "NO" go on that.. check HiQFMConfg.conf as well.

- g
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net

User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by leolam » Thu Jan 26, 2006 6:08 pm

guilliam wrote:hi leo,..

the redirect page, check both:

test.html particular on:
Field:  redirect

if still "NO" go on that.. check HiQFMConfg.conf as well.

- g




the problem is the same....basically in the "test.html" i do not need to set anything i think becasue that is driven from the config. At least if I do not set anything in test.html it loads perfectly well in the browser (the thanks-page) ONLY it loads in in the content pane and not full browser...in other words somehow it does not breaks out of the iframe......

I have done the following in the config::
# Html file to redirect the user to after form is processed.
[redirect]         


i get 404

than.........in config::
  and in form1.html (=test.html)


Nope not any of the links results in returning to the full site. the link points to the static content.
(uploaded to make sure i have no issue on local......)

All emails work fine.....only this "sucks". I have three other wrappers are they work just fine with "-self" or "_top" so i have no idea why this is.... By the way nowhere in the explanation neither in your walkthr or on Richards manuals the instaruction is present to set the redirect in the "test.html"

any other suggestions? (leaves me no way than either non Joomla "html" either in/out wrapper....both suck or bck to the standard Joomla which also sucks because cannot do what i want....

tnx for assist. suggestions?
Leo
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk


hark
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Fri Aug 26, 2005 2:42 am
Location: Missouri, USA

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by hark » Thu Jan 26, 2006 8:55 pm

I don't follow all the Joomla part of this but...

The redirect is done using:

if ($redirect != '') {
  header("Location: $redirect");
  exit;

If a redirect is given via the form or config file then the redirect is done via the header command.  I have seen it do some unpredictable things.  Don't know if this helps but...

guilliam,
Version 2.0 is nearing release with a lot of cleanup of code and a couple cool enhancements -- matter of geting the time to do necessary site/documentation updates.  On my list is to provide multiple language error messages etc.  If ok I may hit in you to do the Spanish - I think thats your first language??.

User avatar
guilliam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 159
Joined: Thu Aug 18, 2005 10:27 am
Location: Sunny City Cebu, Philippines!
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru's-

Post by guilliam » Fri Jan 27, 2006 12:19 am

hi hark,

Filipino is my  first language next to english. however i write better docs in English rather than my native tounge. very common for us Filipinos(Philippines). :)

- g
"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
http://www.joomlancers.com | http://www.joomlaconsultancy.net

User avatar
Joomlawebber
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Wed Aug 17, 2005 10:12 pm
Location: Denmark
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by Joomlawebber » Fri Jan 27, 2006 1:15 am

guilliam wrote:hi hark,

Filipino is my  first language next to english. however i write better docs in English rather than my native tounge. very common for us Filipinos(Philippines). :)

- g


HI Hark,
If you need things done in spanish, i will gladly help out,
I speak danish, english and spanish and will gladly give a hand

/K
If there is a bird flue, what happened to the egg flue?

hark
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Fri Aug 26, 2005 2:42 am
Location: Missouri, USA

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by hark » Fri Jan 27, 2006 5:31 am

Joomlawebber wrote:
guilliam wrote:hi hark,

Filipino is my  first language next to english. however i write better docs in English rather than my native tounge. very common for us Filipinos(Philippines). :)

- g


HI Hark,
If you need things done in spanish, i will gladly help out,
I speak danish, english and spanish and will gladly give a hand

/K
Noted -- Thanks.  Am putting together a list of messages/phrases and contemplating the logic.  I have someone (i hope) for Dutch/German and French.  To many projects & To few hours. 

User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by leolam » Fri Jan 27, 2006 2:59 pm

hark wrote:I don't follow all the Joomla part of this but...

The redirect is done using:

if ($redirect != '') {
  header("Location: $redirect");
  exit;

If a redirect is given via the form or config file then the redirect is done via the header command.  I have seen it do some unpredictable things.  Don't know if this helps but...



Nope Richard Hark :) it did not help...it does not solve the issue at hand......I have tried to solve it directly even before you said with the statements as provided, and with all the other proposed stuff...no go....Having said so with all respect and love for the help.....I think you have an issue at hand with the manual and the directives on your site...a clear directive is being made to [redirect] in the configuration file (how to set the redirect i mean)  while you also have a [redirect] in the test.html etc........this is rather confusing. Guilliam made that shine and rise  ;) by proposing his solution...on your site and in the docs the redirect is done in the config.......this statement here is totally different with all respect.......(and I think it should be somehwere in the test.html.....) I kindly advise with all respcts for the effort to adjust the docs accordingly..... ;)

I post in this one other mor eor less related issue and solution.....

Untill this is solved i will not use it....(despite all the nice and secure features) for now we have on one site hacked the core and made some other minor adjustments and we have a very nice form fully integrated in Joomla (visible soon)

One other site we have done with another form mailer as described below....

Regards and keep on the good work...tnx Guilliam (knew somehow your were Pino.... :) )
Leo
Last edited by leolam on Fri Jan 27, 2006 3:02 pm, edited 1 time in total.
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk

User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by leolam » Fri Jan 27, 2006 3:06 pm

hark wrote:
Noted -- Thanks.  Am putting together a list of messages/phrases and contemplating the logic.  I have someone (i hope) for Dutch/German and French. 


If your proposed Cheesehead  (=Dutch) does not follow up be my guest...no issue here: done in few hours...)  ;)

Leo
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk

User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by leolam » Fri Jan 27, 2006 3:12 pm

guilliam wrote:hi hark,

Filipino is my  first language next to english. however i write better docs in English rather than my native tounge. very common for us Filipinos(Philippines). :)

- g


Got 5 Pino's (philippine-orginated) staff members amongst my highest flyers in the office....so no complains...They speak better English than "us"  European Expatriates do...... ;) But Why TF do they all want to immigrate to USA after becoming succesful here in Indonesia?  8) I have stopped writing these splendid reference letters...I just copy them.... :P

Leo
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk

User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

Aternative to this good product

Post by leolam » Fri Jan 27, 2006 3:18 pm

http://www.stadtaus.com/en/

This is a very good alternative for the SW Guilliam proposed. We do have a preference but we allow all to judge or themselves. Both are good products without doubt. Make your own choice!

Please review this for your convenience...we have implemented this in a couple of sites and this is extremely easy to use, well documented and up to latest standards......

Product works pefect in a wrapper or as imbedded php......(have a search on the forum how to do THAT!)

Luck

Leo
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk

hark
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Fri Aug 26, 2005 2:42 am
Location: Missouri, USA

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by hark » Fri Jan 27, 2006 7:13 pm

leolam wrote:
Nope Richard Hark :) it did not help...it does not solve the issue at hand......I have tried to solve it directly even before you said with the statements as provided, and with all the other proposed stuff...no go....Having said so with all respect and love for the help.....I think you have an issue at hand with the manual and the directives on your site...a clear directive is being made to [redirect] in the configuration file (how to set the redirect i mean)  while you also have a [redirect] in the test.html etc........this is rather confusing. Guilliam made that shine and rise  ;) by proposing his solution...on your site and in the docs the redirect is done in the config.......this statement here is totally different with all respect.......(and I think it should be somehwere in the test.html.....) I kindly advise with all respcts for the effort to adjust the docs accordingly..... ;)

I post in this one other mor eor less related issue and solution.....

Untill this is solved i will not use it....(despite all the nice and secure features) for now we have on one site hacked the core and made some other minor adjustments and we have a very nice form fully integrated in Joomla (visible soon)

One other site we have done with another form mailer as described below....

Regards and keep on the good work...tnx Guilliam (knew somehow your were Pino.... :) )
Leo

Comments noted and taken as constructive input.  I fully realize that writing/documentation is not one of my strong points.

I do not like the way of doing the redirect but not smart enough to find another way.  I have never personally used it as I like the header/footer thing.

You have gotten me off 'dead center' and am going to get on updating things shortly.

Just read your comments again & got a question.
Do you find it confusing that or why the redirect can be defined in the config but overridden by a redirect form field or just the way the documentation is done?

hark
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Fri Aug 26, 2005 2:42 am
Location: Missouri, USA

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by hark » Fri Jan 27, 2006 8:14 pm

lleolam,

I think I see what is causing your problem.  I need to research a bit.  See my reply to your post at http://www.hiqformmail.com/smforum/inde ... opic=125.0

User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru's-

Post by leolam » Sat Jan 28, 2006 3:47 am

hark wrote:lleolam,

I think I see what is causing your problem.  I need to research a bit.  See my reply to your post at http://www.hiqformmail.com/smforum/inde ... opic=125.0


Seen the post and replied.....Tnx Richard

Leo
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk

hark
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Fri Aug 26, 2005 2:42 am
Location: Missouri, USA

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by hark » Thu Feb 02, 2006 8:30 pm

Another person using Mambo was having the frame breakout problem.  From what they implied the issue is gone when using PHP5. 

Can anyone confirm this for me? see http://www.hiqformmail.com/smforum/http ... p=558#p558

User avatar
leolam
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 155
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/S'pore/Bali/North America
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by leolam » Sat Feb 04, 2006 6:59 pm

hark wrote:Another person using Mambo was having the frame breakout problem.  From what they implied the issue is gone when using PHP5. 

Can anyone confirm this for me? see http://www.hiqformmail.com/smforum/http ... p=558#p558


Richard,
I run PHP 4.4.1 and I only have the issue with Hiqformmail and not with two other applications. Just have a look http://joomadesk.com/ticketing.shtml The ticket trouble engine runs from a wrapper...If you click in the wrapper on the JMD-Home link you will be nicely directed to the index.php of the joomla-based site......no frame breakout issue here.
Hope this helps locating the issue at hand for you?

Leo
Last edited by leolam on Sat Feb 04, 2006 7:02 pm, edited 1 time in total.
For Professional Web-Development:: http://joomastudio.com
For Specialized Joomla Support:: http://joomadesk.com
We provide dedicated Joomla-Hosting at joomaserver.com!
Skype: joomadesk

castus
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Sat Jan 28, 2006 12:00 am
Contact:

Re: A Fully Customizable FORM via HMTL, pub via Wrapper -Guilliam's Lil Walthru'

Post by castus » Fri May 19, 2006 12:59 pm

Would anyone mind posting their configs and html file for this solution?

As a working example people can use as a reference.

Cheers,


Post Reply