CodeCanyon

Beta Splash Page Email Signup Form

  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
cliffmusic29 says

Can i add other fields and they populate the CSV file…

in other words, can i add a “Phone” field, and it be included in the CSV file with the name and email?

9 months ago
Author
gostart gostart replied

Hi Cliffmusic,

You can definately add extra fields to form and link those with the CSV file. It can be a little tricky though if you don’t code

To do this you will have to add a new html input element to the index.php file where the rest of the form is (about line 90), add the new field variable to the AJAX post in index.php (line 46). Then within submit.php collect the new variable it to the fields submitted to the CSV (line 34).

If you’re really stuck on this I’m happy to help some more via email – support@go1.com.au

9 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
jlcreel says
Purchased

Hi gostart,

I’ve been using your script as a beta sign up page for a bit and would like to make a couple of changes.

Basically, I’ve added some checkboxes to the form and I’m trying to collect the values. I’ve updated the code as you mentioned in a previous comment, but all that is written to the file is “Array”.

Could you offer some guidance on how to accomplish this?

-Jason

5 months ago
Author
gostart gostart replied

Hi jlcreel. The data input from checkboxes is a bit different to a standard field. This is because a checkbox can have a multitude of boxes checked, whereas a normal field would only have one value. The returned result is therefore put into an array so that a number of fields can be saved into one value.

You can get them to print as a string (and appear correctly in a single field) by using php’s implode function.

ie. $checkbox_string = implode(’, ’, $_POST[‘checkbox_id’]);

Or similar depending on the variables you’re using…hope that helps!

4 months ago
  • Has been a member for 0-1 years
  • Exclusive Author
  • Bought between 1 and 9 items
mikewood says
Purchased

Demo down?

2 months ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
  • United States
nando1125 says

Seems like no more support for this?

Demo down

2 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Australia
gostart says
Author

Hey all,

The Demo is back up now, unfortunately had to do a host migration of the demo due to some issues we were encountering with the previous host.

Very sorry for the inconvienience but I’m definately still here to support :)

Cheers!

2 months ago
  • Has been a member for 0-1 years
  • Exclusive Author
  • Bought between 1 and 9 items
mikewood says
Purchased

Hi,

How would I disable the email input? meaning there would just a Name area and a submit button?

Cheers

1 month ago
Author
gostart gostart replied

Hi Mike,

Two steps to this. 1.) You have to remove the div for email input on the index.php file. 2.) You have to remove the error checking (if statement) from line 39-49 on the submit.php file.

Be careful as you only want to remove the php if statement code and error check on submit.php – if you hit trouble please let me know.

Cheers, Daniel

1 month ago
Purchased
Default-user mikewood replied

Hi Daniel,

I’m just waiting for a reply on the email I sent you.

Cheers,

Mike

1 month ago
Purchased
Default-user mikewood replied

Still waiting guys.

28 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
created4design says

Hi there Question 1: Is this a stand alone or an i place this inside my Joomla website as an iframe or something? I’d like to incorporate it inside the website somehow.

Question2: Once the email is placed in and it shoots to the next thank you screen, can i put a custom link in there for a free music download type thing… so to clarify, i would want a click-able link that will lead them to another part of the page.

Thanks

9 days ago
by
by
by
by
by