• hi, first i want to say many thanks. your plugins works well and looks better on every update.

    i have some suggestions,
    1. how about adding information about user browser?
    2. is it possible adding geolocation track? so we could know from where they are.
    3. it would be great if you could give some screenshoots on your FAQ, because some user who not familiar with PHP may get confused.

    thank you for your attention.
    good luck.

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 15 replies - 16 through 30 (of 31 total)
  • OK, I copied them to another directory and then deleted them.

    I then went to Advanced Options and ran the database check.

    here is the output:

    Forms table (wp_fm_forms)… OK
    Items table (wp_fm_items)… OK
    Templates table (wp_fm_templates)… OK
    Settings table (wp_fm_settings)… OK
    Forms table…
    Form 1 for data table: OK
    Form 2 for data table: OK
    For duplicate IDs and slugs…
    OK
    Items table…
    Checking form IDs exists…
    OK
    Checking unique names…
    SLUGS OK
    Templates entries:
    Title: Form Manager Default Filename: fm-form-default.php Modified: 1308339877
    Title: Monthly Donor Program Calculator-form Filename: fm-form-monthly.php Modified: 1308340207
    Title: High-value Donor Calculator-form Filename: fm-form-highvalue.php Modified: 1308340208
    Title: Form Manager Default Filename: fm-summary-default.php Modified: 1308339877
    Title: Monthly Donor Program Calculator Filename: fm-summary-monthly.php Modified: 1308340212
    Title: Summary for Data List Filename: fm-summary-multi.php Modified: 1308339877
    Title: High-value Donor Program Calculator Filename: fm-summary-highvalue.php Modified: 1308340213
    Settings entries:
    Name: recaptcha_public Value:
    Name: recaptcha_private Value:
    Name: recaptcha_theme Value: red
    Name: title Value: New Form
    Name: submitted_msg Value: Thank you! Your data has been submitted.
    Name: required_msg Value: ‘%s’ is required.
    Name: email_admin Value:
    Name: email_reg_users Value:
    Name: template_form Value:
    Name: text_validator_count Value: 4
    Name: text_validator_0 Value: a:4:{s:4:”name”;s:6:”number”;s:5:”label”;s:12:”Numbers Only”;s:7:”message”;s:27:”‘%s’ must be a valid number”;s:6:”regexp”;s:27:”/^\s*[0-9]*[\.]?[0-9]+\s*$/”;}
    Name: text_validator_1 Value: a:4:{s:4:”name”;s:5:”phone”;s:5:”label”;s:12:”Phone Number”;s:7:”message”;s:33:”‘%s’ must be a valid phone number”;s:6:”regexp”;s:36:”/^.*[0-9]{3}.*[0-9]{3}.*[0-9]{4}.*$/”;}
    Name: text_validator_2 Value: a:4:{s:4:”name”;s:5:”email”;s:5:”label”;s:6:”E-Mail”;s:7:”message”;s:35:”‘%s’ must be a valid E-Mail address”;s:6:”regexp”;s:51:”/^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/”;}
    Name: text_validator_3 Value: a:4:{s:4:”name”;s:4:”date”;s:5:”label”;s:15:”Date (MM/DD/YY)”;s:7:”message”;s:30:”‘%s’ must be a date (MM/DD/YY)”;s:6:”regexp”;s:41:”/^([0-9]{1,2}[/]){2}([0-9]{2}|[0-9]{4})$/”;}
    Done.

    I see the templates listed in the above output. However, they were not in the “templates” directory when I refreshed after running the database check.

    Plugin Author hoffcamp

    (@hoffcamp)

    Are you able to download .csv files? If that fails also then the problem is probably file permissions.

    Is there a link to do that in wp-admin somewhere?

    Plugin Author hoffcamp

    (@hoffcamp)

    If you go into the form, then under ‘submission data’, there is a link to download all of the submissions as a .csv file.

    I clicked the link, and immediately another link appeared below. When I hovered over that link the url ended with Failed to open file:”

    Plugin Author hoffcamp

    (@hoffcamp)

    Alright. That means the plugin can’t write files to your server. As far as I know the only way to fix that is to change the folder permissions for /tmp and /templates, and this would be in your host’s control panel.

    So… first step changed permissions on tmp and templates directories.

    they started at rwx r_x r_x

    i changed to rwx rwx r_x to see if adding group write permissions would do it…

    that didn’t work.

    I then changed it to rwx rwx rwx and it worked, but I don’t understand why a plugin can’t write to a directory it created….??

    Could it be a permissions issue or ownership issue with users/groups?

    Plugin Author hoffcamp

    (@hoffcamp)

    I don’t know. I’ll have to dig and see how wordpress itself gets to write files, since in theory the plugin is just wordpress.

    Plugin Author hoffcamp

    (@hoffcamp)

    I changed the way files are created for 1.5.18 which may fix your problem.

    I upgraded, but they still didn’t show up. My assumption is that the problem is in some of the default permissions set by the host. I really don’t like setting directories wide open – in general, a bad security practice – so I’m fine with re-installing my custom templates for now.

    Hello, I am but a poor but mostly happy wordpress user. I really like the scope of this plugin. However, I have been having issues with emailing the form back to me in my testing phase of using the plugin. I use wp-mail-smtp to send my mail and when I that particular plug in It works every time. When it comes to this plugin sending email it works only 30 to 40 percent of the time. I ran my form 9 times the other day two of the time from a different machine and I only got 4 of the 9 emails. what could be the issue? thank you in advance?

    Plugin Author hoffcamp

    (@hoffcamp)

    This is something I have yet to pin down. The code in my plugin is about as simple as it gets for sending mail, so I’m not sure what is causing it to fail some of the time. Sorry I can’t be of more help on this.

    c0r1nth3

    (@c0r1nth3)

    HELP…

    I’m using this shortcode but the item nicknamed email is still showing up.

    [formdata form-1 hide=”email”]

    see

    http://c0r1nth3.com/?page_id=92

    c0r1nth3

    (@c0r1nth3)

    …also I need to hide the ip address in the submissions data.
    Many Thanks in advance.

    Plugin Author hoffcamp

    (@hoffcamp)

    This is a major oversight on my part. The ‘hide’ only works for table output.. I’ll have something by the end of the week.

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘[Plugin: WordPress Form Manager] some suggestions’ is closed to new replies.