Welcome, Guest. Please login or register.
Did you miss your activation email?
May 22, 2012, 02:38:53 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155361 Posts in 21694 Topics by 7729 Members
Latest Member: piset
* Home Help Search Login Register
Pages: 1 2 3 [4] 5 6 ... 8   Go Down
Print
Author Topic: FormX - Forms with file captcha/upload/calendar/mail attachment/submission  (Read 33645 times)
ecology

Offline Offline

Posts: 117



WWW
« Reply #75 on: October 17, 2008, 04:19:46 PM »

hello there...
i've testet the new version but i can not add new fields! the script says coorect added but nothing saved... i've reinstalled it again but still the same...
and under option are some descriptions gone away like: max file size, file-type
and so on...

hope it helps...
regards eco
Logged

echo "hello world" ;-?
-------------------------------
sharmpro

Offline Offline

Posts: 64



WWW
« Reply #76 on: October 17, 2008, 05:49:54 PM »

Hi,
sorry for the 'bug' on ver 2.4.6. it affects new installation....
Anyway the 2.4.7 fixes the problem..

Regards,

Stefano
Logged

ecology

Offline Offline

Posts: 117



WWW
« Reply #77 on: October 17, 2008, 09:57:26 PM »

super... it works fine!
many thanks!

the point with the missing description in the backend-option is that the german lang file is "empty"...
if u like here are my descriptions to set in the DE.php in: modules/formx/languages/

Code:
$MOD_FORM['SETTINGS'] = 'Formular Einstellungen';
$MOD_FORM['MAX_FILESIZE'] = "Max Dateigrösse: %d bytes";
$MOD_FORM['UPLOAD_FILE_FOLDER'] = "Speicherort";
$MOD_FORM['DATE_FORMAT'] = "Datumsformat";
$MOD_FORM['ATTACH_FILE'] = "Versende die Datei per Mail";
$MOD_FORM['MAX_FILE_SIZE_KB'] = "Max Dateigrösse für den Upload Kb";
$MOD_FORM['UPLOAD_ONLY_EXTS'] = "Akzeptierte Dateitypen";
$MOD_FORM['UPLOAD_FILE_CHMODE'] = "Zugriffsrechte der Datei (chmod)";
Logged

echo "hello world" ;-?
-------------------------------
raytheon

Offline Offline

Posts: 4


« Reply #78 on: October 21, 2008, 12:13:40 AM »

every time i try to upload a file after installing the module i get the following error

Mail Routine Error


what am i doing wrong
Logged
sharmpro

Offline Offline

Posts: 64



WWW
« Reply #79 on: October 21, 2008, 10:47:31 AM »

Hi,
I get this error when I'm working on my local box where there isn't any SMTP or mail services configured....
Please check you have a
the mail service active and/or SMTP correctly configured.

Regards.

Stefano
Logged

StefanRSA

Offline Offline

Posts: 96



WWW
« Reply #80 on: October 22, 2008, 11:48:28 AM »

Hi Stefano,

I have upgraded to the newest version today...

Re my prev message: Hi Stefano.

Can you please look at this link: http://www.thehost.co.za/wb/pages/contact-us.php
The form looks a bit untidy. How can I make the fields the same width and ad spaced inbetween?
I tried to play around with the front and back-end css with no luck.

Any sugestions?
Logged

How can the sky be the limit? There is much more behind the sky!!!
sharmpro

Offline Offline

Posts: 64



WWW
« Reply #81 on: October 22, 2008, 12:10:33 PM »

Uhmm,
did you change the settings?

in Field loop:
<tr><td class="formx_title">{TITLE}{REQUIRED}:</td><td class="formx_td_help">{HELP}</td><td class="formx_field">{FIELD}</td></tr>

in Footer:
<tr><td> </td><td> </td><td><input type="submit" name="submit" class="formx_submit" value="Submit Form" /></td></tr>
</table>

If you upgraded these changes must be done manually into the Settings of the module.

Regards.
Stefano
Logged

Boudi
Addon Team

Offline Offline

Posts: 815



WWW
« Reply #82 on: October 22, 2008, 12:15:29 PM »

Oops, my mistake. Right after the post I discovered the problem with the A thing and deleted the post.

The issue was the footer: <tr><td> </td><td> </td><td><input type="submit" name="submit" class="formx_submit" value="Submit Form" /></td></tr>
</table>

The A was created because of the space between the <td> </td>. Very odd but ok, never thought of that.
It looked too simple but then I removed the spaces and the annoying A dissapeared.

Problem solved.




« Last Edit: October 22, 2008, 12:37:55 PM by Boudi » Logged

...:: Bake the Unbakable ::...
StefanRSA

Offline Offline

Posts: 96



WWW
« Reply #83 on: October 22, 2008, 12:35:57 PM »

Must I change these in the module source code on the server? I dont find these settings in the admin side???
Am I missing anything?
Logged

How can the sky be the limit? There is much more behind the sky!!!
Boudi
Addon Team

Offline Offline

Posts: 815



WWW
« Reply #84 on: October 22, 2008, 01:12:28 PM »

Hi,

I got an enormous gap above the form. See att.

This only happens in IE, not Firefox.

Created a new form, the same thing. Looked at the code and could not find any strange behaviours.

What's up with that?  huh huh


UPDATE: The error dissapeared from itself. Strange but it works now. Problem solved.



« Last Edit: October 22, 2008, 02:55:08 PM by Boudi » Logged

...:: Bake the Unbakable ::...
sharmpro

Offline Offline

Posts: 64



WWW
« Reply #85 on: October 22, 2008, 03:30:18 PM »

Must I change these in the module source code on the server? I dont find these settings in the admin side???
Am I missing anything?

Hi, in the backend of the page, modify FormX module settings like these one....
Regards,
Stefano
Logged

StefanRSA

Offline Offline

Posts: 96



WWW
« Reply #86 on: October 22, 2008, 07:40:38 PM »

Hi Stefano,

Thanks. Field width sorted but now have a problem with the layout of the Captcha is way off screen in Firefox. Fine in IE.

I presume its got to do with CSS. Not to sure how to fix it for Firefox...
Link: http://www.thehost.co.za/wb/pages/contact-us.php
Logged

How can the sky be the limit? There is much more behind the sky!!!
vyni

Offline Offline

Posts: 566


« Reply #87 on: October 22, 2008, 08:11:40 PM »

@StefanRSA
I had a look right now and I saw qhat You are talking about - but after a refresh it was ok. And now it is ok. - I had something like this with different <div> in the past.

I think this has something to do with the cache / cache-handling of firefox.
Try the following: go to FF menu exrtras / something like private data / chache - and delete the cache. After this reload Your page.

Maybe the style-information is stored from somewhere else, but FF uses it anyway Huh

regards from Himberg
Logged

PS: Falls jemand eine Idee hat was zu tun ist und mir das erklären könnt - geh bitte davon aus dass ich ahnungslos bin, was php und so betrifft. Ich kann grad was lesen, kopieren und einfügen,  ungefähr verfolgen und glauben.
sharmpro

Offline Offline

Posts: 64



WWW
« Reply #88 on: October 22, 2008, 08:21:55 PM »

hi,
the fix is in ver 2.4.8 already available.
Was dome display:block on columns too wide...

Stefano
Logged

StefanRSA

Offline Offline

Posts: 96



WWW
« Reply #89 on: October 23, 2008, 07:33:04 AM »

Thanks Guys!

Now my form looks sexy (I Think anaway) again!

YIPEEEEEEEEEEE!!!!!!

Two Questions... I did populate the help field but it does not work???
Also, now that my selection field height is set to 6, how can I get the field description to be placed inline and not run past the filed botom section? (This is only in Firefox... In IE its fine)

Also, Will I be able to ad spaces between the fields with the CSS settings?

Stefano, is it possible to have selected email adresses for diferent selections in a selection field? (Prob with a lot of coding?)
Thanks

http://www.thehost.co.za/wb/pages/contact-us.php
« Last Edit: October 23, 2008, 08:08:57 AM by StefanRSA » Logged

How can the sky be the limit? There is much more behind the sky!!!
sharmpro

Offline Offline

Posts: 64



WWW
« Reply #90 on: October 23, 2008, 11:15:43 AM »

Hi,
glad to know you did it.
The help function should work and appear as soon you define (write) something into help filed in the backend.
Will double check for bugs...
Through CSS you can controll all layout that why it,s there...
Now FormX is sending one email to the specified addresee in the backend and one administrative one...
What youìd like is a BCC or CC to another address?
Or you thinik of: based on a select field selection send the email to this value shown?

Regards.
Stefano
Logged

StefanRSA

Offline Offline

Posts: 96



WWW
« Reply #91 on: October 23, 2008, 11:35:00 AM »

Or you thinik of: based on a select field selection send the email to this value shown?

That is what I am talking about....

Selection A - Mail to a-user@mail.xx
Selection B - Mail to b-user@mail.xx
Selection C - Mail to c-user@mail.xx

Logged

How can the sky be the limit? There is much more behind the sky!!!
sharmpro

Offline Offline

Posts: 64



WWW
« Reply #92 on: October 23, 2008, 03:20:04 PM »

Or you thinik of: based on a select field selection send the email to this value shown?

That is what I am talking about....

Selection A - Mail to a-user@mail.xx
Selection B - Mail to b-user@mail.xx
Selection C - Mail to c-user@mail.xx
------------------------------------------------------------------
but this email to a-user@mm.ccc is a BCC a CC or instead of the 'Email to' addressee defined intio the Settings of the page?

I've already a test run loaclly, just need some more test and clarification from your side..
Regards,
Stefano
Logged

StefanRSA

Offline Offline

Posts: 96



WWW
« Reply #93 on: October 27, 2008, 07:44:39 AM »

That will be realy nice to seee this happens!
Say the selection is as follow:

1.Sales
2.Support
3.Complaints...

If user select Sales, the message will be sent to sales@mailbox
If Support, message will be sent to Support and so on...

Mabe we can also have an option to cc management the same time as well?
Anyway... Looking forward to the update..
Logged

How can the sky be the limit? There is much more behind the sky!!!
amitmalka

Offline Offline

Posts: 28


« Reply #94 on: November 25, 2008, 09:19:25 PM »

hi

i have this error :


Fatal error: Call to undefined method admin::get_post_escaped() in /home/gad4rent/public_html/modules/formx/save_field.php on line 73


and this error:

Fatal error: Call to undefined method admin::page_is_visible() in /home/gad4rent/public_html/modules/formx/modify_settings.php on line 244

why?

Logged
Argos
Moderator
**
Offline Offline

Posts: 2154


WWW
« Reply #95 on: November 26, 2008, 05:26:30 PM »

I'm very much looking forward to the extra recipients option, I think that would be a very welcome addition! Any news about it yet?

I'd like to see it with radiobox or checkboxes (administrator can set either one in the admin) options for a visitor to choose one or more recipients (for example Sales, Support, etc). In the backend it would be nice to be able to set extra BCC recipients in a comma separated field.
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
amitmalka

Offline Offline

Posts: 28


« Reply #96 on: November 26, 2008, 10:20:55 PM »

hi

i have this error :


Fatal error: Call to undefined method admin::get_post_escaped() in /home/gad4rent/public_html/modules/formx/save_field.php on line 73


and this error:

Fatal error: Call to undefined method admin::page_is_visible() in /home/gad4rent/public_html/modules/formx/modify_settings.php on line 244


help me please
why?


Logged
4nthony

Offline Offline

Posts: 13


« Reply #97 on: November 30, 2008, 05:54:17 PM »

I have a slight problem with this mod.

http://www.cfgraphics.info/pages/test-upload-form.php

as you can see the fields have realy messed up and everything isent where it should be.

Any idea on how i can fix this problem what files should i edit

Thanks

Anthoy
Logged
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4883



« Reply #98 on: November 30, 2008, 06:13:00 PM »

as you can see the fields have realy messed up and everything isent where it should be.
Hello,
with FF it looks OK.

Anyway, this is a problem of CSS not of the module.

If you do not tell us, how you want to look it like,
we can't give any further (constructive) hints. wink

Regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
4nthony

Offline Offline

Posts: 13


« Reply #99 on: November 30, 2008, 08:31:40 PM »

i do apologies i am playing with the css at the moment.

the form text is to close at the bottem and i can not find the file or the area to put the spacer

and the help icons are not aligned im searching though the css frontend file :'(

it just does not whant to be my friend
Logged
Pages: 1 2 3 [4] 5 6 ... 8   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!