Search:

Type: Posts; User: Elso

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,659

    Re: Dynamic HTML templates

    Hi drlego

    I took a quick look at your form and actually, your solution is simple. (and you are so close also)
    Formmail has another mail_options setting called "NoEmpty" to exclude empty fields...
  2. Replies
    6
    Views
    1,659

    Re: Dynamic HTML templates

    Hello drlego

    Probably best to keep things right here in the Formmail forum. Perhaps others could benefit as well.
    Please do bare in mind that I am NOT any sort of expert or anything with php...
  3. Thread: Peculiar behavior

    by Elso
    Replies
    10
    Views
    1,171

    Re: Peculiar behavior

    Hi Russell

    We can put this to rest at the moment, especial now that I/we can see what happened.
    At the present, everything if working as expected, it ain't broke any more...

    Sequence of...
  4. Thread: Peculiar behavior

    by Elso
    Replies
    10
    Views
    1,171

    Re: Peculiar behavior

    Must have missed something here but this all came from this thread:


    Nelson
  5. Thread: Peculiar behavior

    by Elso
    Replies
    10
    Views
    1,171

    Re: Peculiar behavior

    Initial problem was when going backward in the form set, I was getting "Error=Cannot return to page 1. The top page index is <undefined>" which I searched the forum on. Didn't spend much time trying...
  6. Thread: Peculiar behavior

    by Elso
    Replies
    10
    Views
    1,171

    Re: Peculiar behavior

    Problem solved w/info you might like to know.
    Issue was with PHP V5.3
    Rolled back to 5.2 cache issue fixed (still lagged some in form transition)
    Rolled back my FM to 8.23 from 8.35 and dropped...
  7. Thread: Peculiar behavior

    by Elso
    Replies
    10
    Views
    1,171

    Re: Peculiar behavior

    More info and to keep you in the loop.

    Actual version of PHP is 5.3
    Server people claim that some of their clients had issues with 5.3 and I also recall back when we had issues going from version...
  8. Thread: Peculiar behavior

    by Elso
    Replies
    10
    Views
    1,171

    Re: Peculiar behavior

    Test session files, success
    OS linux
    php version5

    Points to note that might offer insight:
    Version of FM was using 8.23
    Was getting Error=Cannot return to page 1. The top page index is...
  9. Thread: Peculiar behavior

    by Elso
    Replies
    10
    Views
    1,171

    Peculiar behavior

    Hi Russell

    Just migrated to a different hosting company (fully managed VPS). Been with this company in the past so they have an excellent track record with me, hence reason for my returning.
    ...
  10. Replies
    6
    Views
    1,659

    Re: Dynamic HTML templates

    FormMail is a very impressive script with pretty much no limits to any task the mind can conger up.
    I see this post is a month old, so you may have your solutions by now, but if not I might be able...
  11. Replies
    13
    Views
    8,091

    Re: conditional next_form page

    Good luck to you. My recommendation would be to use formmail and all it's features included, then after everything is functioning, tie in some JS to add your real time "flare".

    Formmail does...
  12. Replies
    13
    Views
    8,091

    Re: conditional next_form page

    Hi Lucie

    Your short answer is "no", you do not absolutely need the Computation Module.

    Perhaps a little clarification will help you see things in prospective.
    You can always use...
  13. Replies
    2
    Views
    3,173

    Re: Advance template with other standard php

    Thanks Russell

    Since this "is" in fact giving me an obstacle, I wanted make sure the structure should work. The cause is seems that Formmail and my php shopping display are squabbling over who...
  14. Replies
    2
    Views
    3,173

    Advance template with other standard php

    Hi Russell

    Thought I would post my question here because it could be helpful to others who have swallowed up the real power of formmail. FM is an incredible script!!

    Here is the snippet from...
  15. Replies
    5
    Views
    2,536

    Re: Converting text to encoded? html

    All is fine. And I also now see why I used the single quotes in the first place. Some of these hidden field values contained links and image calls which all use the double quotes also. At the time, I...
  16. Replies
    5
    Views
    2,536

    Re: Converting text to encoded? html

    You helped me answer my own question here... FM seems to only convert double quotes and not single. I see that I am using the single quote (don't remember why I did that because the other fields are...
  17. Replies
    5
    Views
    2,536

    Re: Converting text to encoded? html

    Hi Russell

    Yes, I am doing well and business has been doing ok also (in spite of all the world affairs)

    Yes, the Add to Cart Page is a final/last template page.

    What I have here is:

    ...
  18. Replies
    5
    Views
    2,536

    Converting text to encoded? html

    Hi Russell

    I have run into a situation that I need to find a means around.
    This situation is, let’s say a customer enters:
    This is Tony’s Mug….”Keep OUT!”

    The challenge here is the...
  19. Replies
    1
    Views
    5,722

    Retaining HTML Tags

    Hi Russell

    Is there a means to include HTML tags in computed field values?
    Example:

    if (sFinish != '')
    {
    sListData = '<b>Finish: </b>'.sFinish;
    }
    Then have the results for...
  20. Replies
    3
    Views
    1,888

    Re: Sessions getting dropped

    Hi Russell

    This made no sense to me either, but since I did find out what was triggering it, (100% predictable) investigating is not needed unless your curiosity gets the better of you:confused:...
  21. Replies
    3
    Views
    1,888

    Re: Sessions getting dropped

    Hi Russell

    Ok, I have found the cause but still can't see any connections. I had a simple typo error calling an image to display. Expected result of this I would think would be only the image not...
  22. Replies
    3
    Views
    1,888

    Sessions getting dropped

    Hi Russsel

    I am looking for issues that could cause a php session to get destroyed. Here is the scenario:
    3 page multi_page form
    Complete first page go to second -- OK
    Complete second page, go...
  23. Replies
    1
    Views
    1,060

    Re: Additional custom error pages

    Hello

    There are several pieces to this puzzle but the use of custom error pages
    is a great feature of formmail.
    First, you want to make sure you have downloaded fmbadhandler.php ...
  24. Replies
    1
    Views
    911

    Re: multi page form problem

    Hello

    There could be numerous issues here. Can supply a link to your multi page form so we can take a peak at it for you?

    Nelson
  25. Replies
    1
    Views
    965

    Re: Multiple recipients with checkboxes

    Hello

    Formmail is a nice mail script, but it does take a little imagination and creativity to do fancy tricks.

    You can try something like this for your checkboxes:

    Sales Contact
    <input...
Results 1 to 25 of 72
Page 1 of 3 1 2 3