spykawg
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 4-5 years
- Referred between 200 and 499 users
- Sold between 5 000 and 10 000 dollars
269
Purchases
Buyer Rating:
4.52 stars
4.52 average based on 65 ratings.
-
5 Star
4264%
-
4 Star
1624%
-
3 Star
69%
-
2 Star
11%
-
1 Star
00%
| Created | 22 August 09 |
| Last Update | 22 August 09 |
| Compatible Browsers | Firefox, IE6, IE7, IE8, Safari |
| Documentation | Well Documented |
| Layout | Fixed |
- ajax form
- clean
- clean
- clean
- coming soon
- coprorate
- email validation
- jquery
- launch
- maintenance
- modern
- php form
- simple
- valid code
- waiting page
© All Rights Reserved spykawg -
Contact Envato Support


This is really really nice.
good work
Any chance you could help me with the php code to send the info to my mailadress?
Hi, please send a message via my userpage and I’ll send you the script
Already bought it, really nice =)
I am not sure why, but the script does not send it to my mail address. http://www.inafrenzy.com – yes I edited the email.php Pls help! Thanks Satya
Hi, unfortunately…
1. The countdown code does not show at all for me and
2. The bar always shown “75%”...?
Any idea why that would be?
nevermind. got it sorted. my bad!
Has Anyone got the email script to work?
I need to get it to work asap.
If so please post the solution here for myself and for future people that will prly run into the same problem!
Really, thanks for your time.
Dear all,
I can’t get a new countdown target date in. This is what I changed to the lines /* countdown manager / . I’m trying to use “until”.
/ Countdown manager. */ function Countdown() { this.regional = []; // Available regional settings, indexed by language code this.regional[’’] = { // Default regional settings // The display texts for the counters labels: [‘Jaren’, ‘Maanden’, ‘Weken’, ‘Dagen’, ‘Uren’, ‘Minuten’, ‘Seconden’], // The display texts for the counters if only one labels1: [‘Jaar’, ‘Maand’, ‘Week’, ‘Dag’, ‘Uur’, ‘Minuut’, ‘Seconde’], compactLabels: [‘j’, ‘m’, ‘w’, ‘d’], // The compact texts for the counters timeSeparator: ’:’, // Separator for time periods isRTL: false // True for right-to-left languages, false for left-to-right }; this._defaults = { until: new Date(2011, 11 – 1, 13, 9, 0, 0), // – date/time to count down to // or numeric for seconds offset, or string for unit offset(s): // ‘Y’ years, ‘O’ months, ‘W’ weeks, ‘D’ days, ‘H’ hours, ‘M’ minutes, ‘S’ seconds since: null, new Date(year, mth – 1, day, hr, min, sec) – date/time to count up from // or numeric for seconds offset, or string for unit offset(s): // ‘Y’ years, ‘O’ months, ‘W’ weeks, ‘D’ days, ‘H’ hours, ‘M’ minutes, ‘S’ seconds timezone: null, // The timezone (hours or minutes from GMT ) for the target times, // or null for client local format: ‘dHMS’, // Format for display – upper case for always, lower case only if non-zero, // ‘Y’ years, ‘O’ months, ‘W’ weeks, ‘D’ days, ‘H’ hours, ‘M’ minutes, ‘S’ seconds layout: ’’, // Build your own layout for the countdown compact: false, // True to display in a compact format, false for an expanded one description: ’’, // The description displayed for the countdown expiryUrl: ’’, // A URL to load upon expiry, replacing the current page expiryText: ’’, // Text to display upon expiry, replacing the countdown alwaysExpire: false, // True to trigger onExpiry even if never counted down onExpiry: null, // Callback when the countdown expires - // receives no parameters and ‘this’ is the containing division onTick: null // Callback when the countdown is updated - // receives int7 being the breakdown by period (based on format) // and ‘this’ is the containing division }; $.extend(this._defaults, this.regional[’’]); }