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

Forum

Subject: Skin not working with Aweber in IE8
Prev Next
You are not authorized to post a reply.

Author Messages
Nazarene Israel
Nuke Active Member
Nuke Active Member
Posts:37

09 Dec 2009 1: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 Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


09 Dec 2009 3: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/leesykes

Lee Sykes's Facebook Profile
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5327


09 Dec 2009 7:19 PM  
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 the website
Nazarene Israel
Nuke Active Member
Nuke Active Member
Posts:37

09 Dec 2009 8:11 PM  
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 Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


10 Dec 2009 1: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/leesykes

Lee Sykes's Facebook Profile
Nazarene Israel
Nuke Active Member
Nuke Active Member
Posts:37

17 Dec 2009 12: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 Israel
Nuke Active Member
Nuke Active Member
Posts:37

26 Jan 2010 10:47 AM  
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 Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5327


26 Jan 2010 9:50 PM  
I don't see any "to" email addresses.  Is that what is missing?

Joe Craig
DNN Creative Support
Subscribe to the website
Nazarene Israel
Nuke Active Member
Nuke Active Member
Posts:37

26 Jan 2010 11:17 PM  
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 Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


27 Jan 2010 2: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/leesykes

Lee Sykes's Facebook Profile
Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


27 Jan 2010 2: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/leesykes

Lee Sykes's Facebook Profile
Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


27 Jan 2010 2: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/leesykes

Lee Sykes's Facebook Profile
Nazarene Israel
Nuke Active Member
Nuke Active Member
Posts:37

27 Jan 2010 7:04 AM  
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 Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


27 Jan 2010 7:08 AM  
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/leesykes

Lee Sykes's Facebook Profile
Nazarene Israel
Nuke Active Member
Nuke Active Member
Posts:37

27 Jan 2010 7:55 AM  
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.htm&meta_adtracking= 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


Attachment: 1127551237771.txt




Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5287


27 Jan 2010 8:31 AM  
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/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > Skin not working with Aweber in IE8



ActiveForums 3.7

Latest Forum Posts

Community Edition Question by idesofmarch
I've been denied the funds for a Pro edition so I will be using the community edition for a company ...
RE: DNN Site crashed after module install by mcmanta
I found a work around. Looks like the module replaces the Telerik.Web.UI located in the bin folder o...
RE: iHostASP by chandirika
Hi,I am reselling account with this http://www.goresellers.com/ site ,for my web site's web hosting...
the now content not showing and still showing the old one by wael_e
after i uploading the new contenct in my website and i uploading static html page have introdaction ...
RE: Regular Expression by jumatthey
Hi, Thank you very much Mark. It is indeed a name I am checking. Thank you for your help, very mu...
RE: How to do links? by Guy..L
I think this website is properly structured in that I can drop the requirement to exclude certain pa...
RE: Nav Menu v2 for DotNetNuke v5 - Issue 52 by kparker
What are the advantages of setting the RenderMode to UnorderedList for the Nav Menu? How can this b...
RE: DNN Site crashed after module install by jncraig
Most likely, the module that you installed uses a Telerik library that is different from the one tha...
DNN Site crashed after module install by mcmanta
Hello All,I'm using DNN 5.2.3 after install everything was working fine. I installed the 365 Simple ...
Fun? with styling of Home.aspx by dkemp@karrtuttle.com
I asked my assistant to create a page for me and pursue an idea that I had for our intranet.  I thou...
Using Xenu Link Sleuth to Spot and Improve External Links in a Domain by Sh@wn
Hi,I have used this (useful) program in my dnn website and I have seen several page not found errors...
RE: Change Registration Redirect? by ollep
Thanks guys! So what are you using on this site?? Looks pretty much like the standard DNN regist...
RE: Regular Expression by MarkXA
Hi, For the case in point ValidationExpression="^[a-zA-z-' ]*$" should do it. I've added the hyph...
RE: Regular Expression by MarkXA
Hi, For the case in point ValidationExpression="^[a-zA-z-' ]*$" should do it. I've added the hyph...
How to slow down the menu by datamark
Can you tell me how to slow down the solpart menu so that the mouse user can be a bit more sloppy ab...
RE: How to do links? by Guy..L
It's a fine line between being too automatic and being too configurable.  It's awesome if Nav 2 indi...
Module Advanced Setting by booth
I need to understand the operation of the “Display Module On All Pages ” control on the setting page...
Efficient Contacts Manager by etadmin
Currently I'm using the Forms and List module, it has about 1500 contacts and 40-50 fields per conta...
RE: How to do links? by leesykes
I think the easiest way to set this up would be to use the default NAV Menu that comes with DNN. It ...
RE: DataSprings / Aweber by leesykes
Yes you probably used an IFrame over a HTML file which included the form, IFrame still exists.Here i...
DNM Rapid Application Developer Trial Version
RSS Feeds