View previous topic :: View next topic |
Author |
Message |
Kerrith
Joined: 29 Jul 2019 Posts: 7
|
Posted: Mon Jul 29, 2019 7:40 pm Post subject: Replacement for Huggins mail to form script but for php 7.x |
|
|
We've been using huggins-email-form-script-v2.2.5.php for years. Our host still supports php 5.x. All of our web sites have been made using ExpressionWeb4. We are presently trying Joomla because it's responsive.
Our problem is that Joomla recommends php 7.x so we now need a script that works exactly as does our Huggins script.
We have hundreds of tutorial pages that have one or more "Next" "Continue" or "I like" buttons on each page which when clicked send me an email that contains the name of the page it was sent from and it takes the person to the next page in the tutorial. The user doesn't know that an email is being sent. The email body only contains the name of the page it was sent from and the user's IP number. This process lets us know what content has entered a user's mind and whether or not they are following the instructions.
Here are some examples of the buttons: comcom121.org / vets "Communicating with a Veteran" "Supporting a Service Member" etc.
Is there such a script that works with Joomla php 7.x?
Thanks, Kerry |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Jul 31, 2019 4:02 am Post subject: Reply |
|
|
You could use our forms to do this. The email field is a prerequisite, although you could make it a hidden field with a predetermined address.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
Kerrith
Joined: 29 Jul 2019 Posts: 7
|
Posted: Wed Jul 31, 2019 1:34 pm Post subject: |
|
|
Thanks Nick,
Is there a ready-made script that will do what I want?
Re: "The email field is a prerequisite, although you could make it a hidden field with a predetermined address." That sound like what I want. I don't want the reader to have to enter an email address or have to do anything other than write a message and press send. Alias name OK, no email address required such as the "Comments" form at the bottom of https://www.comcom121.org/vets/ When a comment is submitted I receive an email with either the comment in its body or a link to go to from which to view the comment such as with Html Comment Box and, the reader is automatically taken to the next page in the tutorial. Once I approve of a comment everyone will be able to read the comment such as at the bottom of https://www.comcom121.org/gabby/newlets/newlet45.htm.
Kerry |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Aug 01, 2019 3:51 am Post subject: |
|
|
Kerrith wrote: |
Thanks Nick,
Is there a ready-made script that will do what I want?
Re: "The email field is a prerequisite, although you could make it a hidden field with a predetermined address." That sound like what I want. I don't want the reader to have to enter an email address or have to do anything other than write a message and press send. Alias name OK, no email address required such as the "Comments" form at the bottom of https://www.comcom121.org/vets/ When a comment is submitted I receive an email with either the comment in its body or a link to go to from which to view the comment such as with Html Comment Box and, the reader is automatically taken to the next page in the tutorial. Once I approve of a comment everyone will be able to read the comment such as at the bottom of https://www.comcom121.org/gabby/newlets/newlet45.htm.
Kerry |
There is nothing premade that would do this. You need to run through the wizard and then manually manipulate the code.
We do not have anything that would actually publish comments to your site.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
Kerrith
Joined: 29 Jul 2019 Posts: 7
|
Posted: Thu Aug 01, 2019 3:30 pm Post subject: |
|
|
Hi Nick,
Thanks for the prompt replies.
To be clear, your application could make what we need, yes? If yes, could we hire someone to make what we need?
Kerry |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Aug 05, 2019 4:07 am Post subject: |
|
|
Kerrith wrote: |
Hi Nick,
Thanks for the prompt replies.
To be clear, your application could make what we need, yes? If yes, could we hire someone to make what we need?
Kerry |
I can do the simple email back piece. It would not be able to do the part where it posts comments back to your site.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
Kerrith
Joined: 29 Jul 2019 Posts: 7
|
Posted: Mon Aug 05, 2019 4:55 am Post subject: |
|
|
Thanks Nick,
The IT who is installing Joomla for us was able to get the Huggins script to work.
Aloha, Kerry |
|
Back to top |
|
|
Kerrith
Joined: 29 Jul 2019 Posts: 7
|
Posted: Sat Oct 19, 2019 6:49 pm Post subject: |
|
|
Joomla was too complicated so we found a nice clean responsive template that works and looks nice however, we are getting warnings from our host that our Huggins script for PHP 5,x is a security issue. So I'm wanting to see if I can make a script.
Re: "I can do the simple email back piece. It would not be able to do the part where it posts comments back to your site." That's good because I don't want anything posted back to the page from which the script is sent. We already have a Comments form that posts comments on the same page.
< comcom121.org/vets/topics.htm > shows what we want.
A tutorial participant clicks on "A Definition of ..." and is taken to < https://www.comcom121.org/vets/resp1.htm >. At the same time the script sends me an email that contains the IP# of the participant and the name of the page from which it was sent and a hyperlink with the page's URL in the body of the email. The participant doesn't have to enter anything.
Can do?
Thanks, Kerry |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Oct 21, 2019 5:25 am Post subject: Reply |
|
|
Kerrith wrote: |
Joomla was too complicated so we found a nice clean responsive template that works and looks nice however, we are getting warnings from our host that our Huggins script for PHP 5,x is a security issue. So I'm wanting to see if I can make a script.
Re: "I can do the simple email back piece. It would not be able to do the part where it posts comments back to your site." That's good because I don't want anything posted back to the page from which the script is sent. We already have a Comments form that posts comments on the same page.
< comcom121.org/vets/topics.htm > shows what we want.
A tutorial participant clicks on "A Definition of ..." and is taken to < https://www.comcom121.org/vets/resp1.htm >. At the same time the script sends me an email that contains the IP# of the participant and the name of the page from which it was sent and a hyperlink with the page's URL in the body of the email. The participant doesn't have to enter anything.
Can do?
Thanks, Kerry |
Yes, if I'm following correctly, myContactForm.com can do this. I'd suggest giving the free account a free to see how it works out.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
Kerrith
Joined: 29 Jul 2019 Posts: 7
|
Posted: Mon Oct 21, 2019 2:39 pm Post subject: |
|
|
Thanks Nick,
I tried using the wizard but couldn't get it to make a form that didn't require the submitter to enter their name and their email address. For a work around for the name field I labeled it "Enter an alias name:" which would be acceptable but the wizard required that the submitter also enter their email address which doesn't support spontaneity, to tell certain truths without being traced.
It also appears that I would have to make a separate form for each of our 17 pages because the email to me must include the url of the page from which it was submitted.
For example: https://www.comcom121.org/vets/topics.htm has six mail-to-forms.
This is what's in the body of the email I receive:
Vet's Tutorial: Tutorial Topics https://www.comcom121.org/vets/topics.htm
Page Name: Vet's Tutorial: Tutorial Topics
Time % Date: Mon, 21 Oct 2019 17:32:13 -0500
IP Address: 00.000.000.00
Browser Information:
Got suggestion
[End Message] |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Oct 23, 2019 5:37 am Post subject: Reply |
|
|
Good Day,
The name isn't required. You can delete the field. The form URL isn't required either --- it can be left blank.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
Kerrith
Joined: 29 Jul 2019 Posts: 7
|
Posted: Wed Oct 23, 2019 1:28 pm Post subject: |
|
|
My bad,
"This is what's in the body of the email I receive:
Vet's Tutorial: Tutorial Topics https://www.comcom121.org/vets/topics.htm
Page Name: Vet's Tutorial: Tutorial Topics
Time % Date: Mon, 21 Oct 2019 17:32:13 -0500
IP Address: 00.000.000.00
Browser Information:"
...is what I presently receive using Huggins.
I want same results via email except I don't need to receive their browser info.
Thanks, Kerry |
|
Back to top |
|
|
|