I have already purchased the computation module. It works good. but go ahead and get me a quote and Ill run it by my client. If not ill purchase the support subscription to get the help i need...
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: stehl
I have already purchased the computation module. It works good. but go ahead and get me a quote and Ill run it by my client. If not ill purchase the support subscription to get the help i need...
Hey,
I am building a one page check out system for 600mg.com and originally set it up using formmail but have always needed it all to be on one page. The client is pushing for it now and I need...
Like could I add some validation code to the end of the formmail.php for the ajax to use to validate or will it mess up the formmail.php?
I understand I can use the Formail validation and it will redirect me to a page with the errors and they have the option to return to the page and correct the errors. ... is there a way to validate...
So if I set up my hook directory, It basically add the code includes into the formail script.
How do you untilize this code once its included/
I guess I will research hooking some php code into formmail.
and see what I can about finding some code or writing it.
I found these online:
This is what we would need to check first:
CARD TYPE Prefix Length Check digit algorithm
MASTERCARD 51-55 16 mod 10
VISA 4 ...
We actually use first connect as our gateway... but we just need to validate that it is valid number based on what type they choose ( visa, mastercard, etc.)
I use something similar.
My solution was to use a page redirect / submit.
Use the good_template and make a form that puts all the data need to submit to authorize.net into hidden fields. Have...
I need help with two things.
One: I need a way to validate credit cards because at the end of the form.
Russel recomends conditions , but I dont really know that much about conditions or what...
Hello russle and board members.
have a quick question that I hope you guys can provide me a solution to.
On my site. The formail has been working great! I have been using jquery as my...
Here is what I have as the If statement:
if (s_state == 'none')
{
s_stateProv2 = s_stateProv;
}
if (s_stateProv != '')
{
what would the coding in the computation module be to determine the value or selected index of a drop down menu... I tried everything I know.
I am trying to determine if a text field is empty, if...
I am going to see how number one works.......
Ill let you know.
Thanks Alot
Josh @ 600mg
Hey ,
I built 600mg.com and we are trying to upgrade the site with a merchant account to process payments automatically.
The way you integrate it is , to send the form values to there...
or is there a way to write to a temporary .csv file with the 3 seperate lines, then use php to take all the lines and combine to one and write to the final .csv?
So with each page, it creates a new line, So lines 1 through lets say 3 will be the data collected from pages 1 through 3 and the final page will write the whole line completed. ?
and do you...
Hey russel!
Been a while since I have been on here. The script is working great and my client has made a request that Im clueless about. By the way, the site is 600mg.com. The way I have it...
Alright, the product1a thing was an idea I had for something I can not remember at the moment. But when I started Trouble shooting today, I took that out and just went with the actual $product1...
Hey russle,
ITS FIXED!!!!!!
The problem was your first suggestion about the order now buttons being an image. I replaced them with submit buttons and used css to make them look like the images i...
Anything new?
i do appreciate your help tho.
My logic cant be too far off as the site works Perfectly and flawlessly in every other browser.
but just type in 600mg.biz/billing.php
and 600mg.biz/billing2.php
to see the logic.
if...
Got a solution?
Billing.php collects there shipping and billing information such as address, phone number , etc.
Billing2.php collects credit card info.
Thats about it.