You need to Register for free and Login to post a message in the forum.

Forum

Skin not working with Aweber in IE8
Last Post 2010-01-27 02:31 PM by Lee Sykes. 15 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Nazarene IsraelUser is Offline
Nuke Ace
Nuke Ace
Posts:41

--
2009-12-09 07:09 PM  
www.normanwillis.org My new site seems to work fine with IE7, Chrome, and Opera. However, IE8 seems to break the skin. Without the Aweber signup form, everything displays fine in IE8. However, with the Aweber signup form installed, everything above the base of the Aweber form (including the form itself) gets pushed to the right hand side of the IE8 browser window. Aweber suggested that "Line 17 contains a lot of style formatting." However, why would it display fine in Chrome, Opera, and IE7? My developer wants to move the signup form to its own page, but that does not give the required functionality, because I need visitors to be able to sign up readily (on a whim). What is the source of the problem in IE8? Has my developer coded the skin to IE8 standards? I need to send out emails via Aweber (or some other dedicated email server), because my ISP limits me to 150 emails per hour. My developer is not cooperating, and I really need help. Thank you for your excellent service. Norman


Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-12-09 09:27 PM  
Looking at the source code, the code for aweber is in form tags, you can not add any form tag code to a DNN page because DNN already places form tags around the content in a skin and you are not allowed to have form tags within form tags.

I would be suprised if the signup form works in any browser.

Have a look and see if aweber provide any other signup code that does not use form tags, such as a script code.

Or, the best way to get around this is to use a 3rd party module such as DataSprings Dynamic Forms, we have covered this in these tutorials and we show you how to set it up with aweber:



Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-12-10 01:19 AM  
You probably can do it, though, in a custom module.  You'd have to create the form in the module and then "post" the right kind of query to Aweber.  In other words, you'll have to repeat in code what the form and post does in html.



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Nazarene IsraelUser is Offline
Nuke Ace
Nuke Ace
Posts:41

--
2009-12-10 02:11 AM  
Lee, Joseph, thanks. If I use the Opt-in Email workaround that Lee is suggesting, does it send out the emails through Aweber? Or through my server (MochaHost)? And about how long would it take a developer to study up on, and implement this? Norman


Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-12-10 07:55 AM  
Using Datasprings dynamic forms, it sends the details directly to Aweber, so it is using the services of Aweber and Aweber will be sending all of the e-mails.

How long? the time it takes to watch the videos (the time lengths are listed on each tutorial page) and probably an hour to implement on your first attempt, once you get used to datasprings dynamic forms it is easy to setup and would normally be a 30 minute task, complete with styling the form boxes.


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Nazarene IsraelUser is Offline
Nuke Ace
Nuke Ace
Posts:41

--
2009-12-17 06:54 PM  
Hi Lee.

Sorry for the long response time. We are hoping to get organized to try this.

Thank you for your excellent service.

Norman


Nazarene IsraelUser is Offline
Nuke Ace
Nuke Ace
Posts:41

--
2010-01-26 04:47 PM  
Hi Lee/Joseph,

I ran out of time, and hired a developer. He is trying to add the Dynamic Form module in conjunction with Aweber as described in your video tutorials. After debugging the dynamic module, it tells him the email address is not a valid format:

--------------------------------------------------------------------------------------------------------------
Saving Forms Responses: 10:25:41 AM
Processing Events: 10:25:41 AM

Processing HTTP Post Event: HTTPostAWeber -10:25:41 AMAttempted HTTP Post Completion Event: Post Info:&meta_web_form_id=1696073154&listname= normanwilliseng&redirect= http://www.aweber.com/thankyou-coi.htm& meta_adtracking=NormanWillisEngWebForm& meta_message=1&name=testuser&from=webtech4rindia@gmail.comPost to URL:&meta_web_form_id=1696073154&listname= normanwilliseng&redirect= http://www.aweber.com/thankyou-coi.htm& meta_adtracking=NormanWillisEngWebForm& meta_message=1&name=testuser&from=webtech4rindia@gmail.comPost After URL Encoding:http://www.aweber.com/scripts/addlead.plPost Result:
An Error Occurred

Notice:
Sorry, the email address is not a valid email address format. You must provide a valid email address in order to submit this form. Please push the "back" button on your web browser and try again.


Powered by AWeber email marketing.

Processing Redirect Event: ThanksEnglishPage -10:25:42 AM
*** Ending Debug Mode for Dynamic Forms ***
--------------------------------------------------------------------------------------------------------

My developer wants to know which email address Aweber is talking about, and what needs to be done to address the issue.
Thanks,
Norman


Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-27 03:50 AM  
I don't see any "to" email addresses.  Is that what is missing?



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Nazarene IsraelUser is Offline
Nuke Ace
Nuke Ace
Posts:41

--
2010-01-27 05:17 AM  
Hi Joe.

I'm in the middle here. I just renewed my subscription. Is there any way I can have my developer log on, to speed up the process? I'm basically just in the middle, and it is adding time. It would really help.

My developer (Aky) wrote:

I am refer to that section

>>"I don't see any "to" email addresses. Is that what is missing?"

As per your tutorial there is no "to" field need to set on Dynamic form when integrating with aweber module. For that section there is no "to" field need to set. Is need to check with Aweber Web form configuration section. Is something need to set on Aweber Web Form part to check?

Please let me so we can configure and use Dynamic Form Module and Aweber module section.

Thanks,
-Aky

* *





Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2010-01-27 08:08 AM  
Can you post what code you have entered into Dynamic Forms for the HTTP Completion Event for the

post URL

HTTP Post

and also post the HTML code that was provided by Aweber for creating your form


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2010-01-27 08:08 AM  
(It will probably be best to zip them up and attach them to your forum post so that the forum does not change the formatting of the code)


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2010-01-27 08:12 AM  
Have you also tried submitting the form using a different email address?


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Nazarene IsraelUser is Offline
Nuke Ace
Nuke Ace
Posts:41

--
2010-01-27 01:04 PM  
Hi Lee,

-Aky here

Thanks for you support!!

Yeah i did tried it with other email address as well and same error message i recieved. When i bind the Aweber code directly to HTML page and then try to submit. That time it showing on the Aweber newsection( it works). So problem seem to be the HTTP Post action section of Dynamic Part.
Thanks,
-Aky


Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2010-01-27 01:08 PM  
ok, attach to the forum post the info I requested above from the module and I will have a look, thanks,


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Nazarene IsraelUser is Offline
Nuke Ace
Nuke Ace
Posts:41

--
2010-01-27 01:55 PM  
Hi Lee,

Thanks for you support so far!!


I am attaching the details specification and Error code i m getting.

HTTP Post URL: http://www.aweber.com/scripts/addlead.pl

 

HTTP Post: &meta_web_form_id=1696073154&listname=normanwilliseng&redirect= http://www.aweber.com/thankyou-coi....dtracking= NormanWillisEngWebForm& meta_message=1&name=$(Name)&from=$(Email)

Since the aweber code working fine when i enter aweber code in HTML page. So just issue with the post method of dynamic? Or something we missing with the settings.




Hope to have quick word with you.



Thanks,
-Aky


1127551237771.txt
1127551240854.JPG

Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2010-01-27 02:31 PM  
Hello,

I just tested submitting a form to aweber as I noticed some of the parameters have changed and it still works ok.

&meta_web_form_id=1948359850&listname=dnncreative_tes&redirect=http://www.aweber.com/thankyou-coi.htm?m=text&meta_message=1&name=$(Name)&email=$(Email)



Looking at your HTTP code I think you may have spaces in your code, remove all spaces - it should be one continuous line of code

&meta_web_form_id=1696073154&listname=normanwilliseng&redirect= http://www.aweber.com/thankyou-coi.htm&meta_adtracking= NormanWillisEngWebForm& meta_message=1&name=$(Name)&from=$(Email)


for example I can see a space here after the &:
NormanWillisEngWebForm& meta_message


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds