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...
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: Elso
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...
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...
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...
Must have missed something here but this all came from this thread:
Nelson
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...
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...
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...
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...
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.
...
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...
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...
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...
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...
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...
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...
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...
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:
...
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...
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...
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:...
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...
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...
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 ...
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
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...