<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Adding Feedback</title>
    <link>https://forums.adobe.com/community/robohelp/multiscreen_html5?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 17 Sep 2014 13:38:37 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-09-17T13:38:37Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Adding Feedback</title>
      <link>https://forums.adobe.com/message/6737896?tstart=0#6737896</link>
      <description>&lt;!-- [DocumentBodyStart:e23a3573-f542-4138-909a-2f2a6e7cd625] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In that case, you have to create a HTML form that you post to the ASP form on submit. You can create forms with RoboHelp, but it will also require a little manual HTML editing. See &lt;a class="jive-link-external-small" href="http://www.w3schools.com/html/html_forms.asp" rel="nofollow"&gt;HTML Forms and Input&lt;/a&gt; for instructions on how to create forms.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One note: The name attribute of the form elements must be the same as the name your script is expecting, such as VisitorName and musictype2. I would advise against using names with spaces though.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, the ASP form may send email, but it would be best practice to show a message to the reader that their message has been send. The form you posted seems to send the message, but you will also need to show a thank you/message send page ortherwise the user will get an emtpy page when they send you the email.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Willam&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e23a3573-f542-4138-909a-2f2a6e7cd625] --&gt;&lt;img src='/beacon?t=1415928971947' /&gt;</description>
      <pubDate>Wed, 17 Sep 2014 13:38:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6737896?tstart=0#6737896</guid>
      <dc:date>2014-09-17T13:38:37Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adding Feedback</title>
      <link>https://forums.adobe.com/message/6734692?tstart=0#6734692</link>
      <description>&lt;!-- [DocumentBodyStart:9f419d48-6cb9-4616-a1fd-68860afa4958] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks William. I'd like IIS to send the mail which I can enable. I got an ASP script off a website (see below) but wasn't sure how to configure Robohelp to send to the server and it to process it. I'd like to add a &lt;strong&gt;Feedback&lt;/strong&gt; link to the footer of the Screen Layout I have already created. We are trying not to involve developers due to costs.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sMailServer = "Email-Server-Name.mydomain.com"&lt;/p&gt;&lt;p&gt;&lt;span&gt;sSendToEmail = "&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:recipient-of-form@domain.com"&gt;recipient-of-form@domain.com&lt;/a&gt;&lt;span&gt;"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;iMailServerPort = 25&lt;/p&gt;&lt;p&gt;sUsername = "user"&lt;/p&gt;&lt;p&gt;sPassword = "pass"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sBody = "Message from website:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;" &amp;amp; _&lt;/p&gt;&lt;p&gt;&amp;nbsp; "Name:" &amp;amp; Request.Form("VisitorName") &amp;amp; "&amp;lt;br /&amp;gt;" &amp;amp; _&lt;/p&gt;&lt;p&gt;&amp;nbsp; "O/S:" &amp;amp; Request.Form("musictype2") &amp;amp; "&amp;lt;br /&amp;gt;" &amp;amp; _&lt;/p&gt;&lt;p&gt;&amp;nbsp; "Email Client:" &amp;amp; Request.Form("Email Client") &amp;amp; "&amp;lt;br /&amp;gt;" &amp;amp; _&lt;/p&gt;&lt;p&gt;&amp;nbsp; "Comment:" &amp;amp; Request.Form("VisitorComment") &amp;amp; "&amp;lt;br /&amp;gt;"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;sBaseConfigURL = "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/" rel="nofollow"&gt;http://schemas.microsoft.com/cdo/configuration/&lt;/a&gt;&lt;span&gt;"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;cdoSendUsingMethod = sBaseConfigURL &amp;amp; "sendusing"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdoSendUsingPort = 2&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdoSMTPServer = sBaseConfigURL &amp;amp; "smtpserver"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdoSMTPServerPort = sBaseConfigURL &amp;amp; "smtpserverport"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdoSMTPConnectionTimeout = sBaseConfigURL &amp;amp; "smtpconnectiontimeout"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdoSMTPAuthenticate = sBaseConfigURL &amp;amp; "smtpauthenticate"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdoBasic = 1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdoSendUserName = sBaseConfigURL &amp;amp; "sendusername"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdoSendPassword = sBaseConfigURL &amp;amp; "sendpassword"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim objMail: Set objMail = Server.CreateObject("CDO.Message")&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim objConfig: Set objConfig = Server.CreateObject("CDO.Configuration")&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim objConfigFields: Set objConfigFields = objConfig.Fields&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; With objConfigFields&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Item(cdoSendUsingMethod) = cdoSendUsingPort&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Item(cdoSMTPServer) = sMailServer&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Item(cdoSMTPServerPort) = iMailServerPort&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Item(cdoSMTPConnectionTimeout) = 10&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Item(cdoSMTPAuthenticate) = cdoBasic&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Item(cdoSendUserName) = sUsername&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Item(cdoSendPassword) = sPassword&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Update&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objMail.Configuration = objConfig&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; With objMail&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .To = sSendToEmail&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .From = sSendToEmail&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Subject = "Email from website"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .HTMLBody = sBody&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMail.Send&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objMail = Nothing&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objConfigFields = Nothing&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objConfig = Nothing&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f419d48-6cb9-4616-a1fd-68860afa4958] --&gt;</description>
      <pubDate>Tue, 16 Sep 2014 15:12:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6734692?tstart=0#6734692</guid>
      <dc:date>2014-09-16T15:12:29Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adding Feedback</title>
      <link>https://forums.adobe.com/message/6734650?tstart=0#6734650</link>
      <description>&lt;!-- [DocumentBodyStart:7f944e33-f74e-4631-916a-8dcc63e345d7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The best option depends what you are trying to achieve. You can create a link that will create a new email in the user's default email program. That is the easiest way. For WebHelp there are several scripts available. For Multiscreen HTML5, the following will work:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;script&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt; var address = &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:'me@me.com"&gt;'me@me.com&lt;/a&gt;&lt;span&gt;';&lt;/span&gt;&lt;/p&gt;&lt;p&gt; var url = document.location.toString();&lt;/p&gt;&lt;p&gt; document.write('&amp;lt;a href="mailto:'+address+'?subject='+document.title+'&amp;amp;body='+url+'"&amp;gt;Email&amp;lt;/a&amp;gt;');&lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can also use the IIS to send mail but that will require server side processing. You can either use a CGI script or a custom PHP/ASP script to do this for you. A script is not much work but it will need to be built by someone who can create server side scripts, such as a developer.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Willam&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7f944e33-f74e-4631-916a-8dcc63e345d7] --&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:58:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6734650?tstart=0#6734650</guid>
      <dc:date>2014-09-16T14:58:24Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adding Feedback</title>
      <link>https://forums.adobe.com/message/6734492?tstart=0#6734492</link>
      <description>&lt;!-- [DocumentBodyStart:bf1a6a9f-567e-4f3b-818e-62d0839356d3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is it an option to add HTML code to the screen layout for a Feedback link to send an email and then use IIS to send the email?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf1a6a9f-567e-4f3b-818e-62d0839356d3] --&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:13:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6734492?tstart=0#6734492</guid>
      <dc:date>2014-09-16T14:13:45Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adding Feedback</title>
      <link>https://forums.adobe.com/message/6734353?tstart=0#6734353</link>
      <description>&lt;!-- [DocumentBodyStart:d45d4ecc-6afd-4eb7-a4ca-b1bc907bd3b4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using Robohelp 10 - &lt;strong&gt;Multiscreen_HTML5&lt;/strong&gt; output with a customized Screen Layout.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d45d4ecc-6afd-4eb7-a4ca-b1bc907bd3b4] --&gt;</description>
      <pubDate>Tue, 16 Sep 2014 13:48:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6734353?tstart=0#6734353</guid>
      <dc:date>2014-09-16T13:48:17Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adding Feedback</title>
      <link>https://forums.adobe.com/message/6734335?tstart=0#6734335</link>
      <description>&lt;!-- [DocumentBodyStart:3802b198-8098-4572-8c74-64915f30e507] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just to confirm, this was posted in the HTML5 category. Are you using HTML5 or Responsive output from RoboHelp?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sorry to ask, but you would be surprised at the number of posts we see where folks aren't coming close to using the product for the forum being posted in.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers... Rick &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3802b198-8098-4572-8c74-64915f30e507] --&gt;</description>
      <pubDate>Tue, 16 Sep 2014 13:37:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6734335?tstart=0#6734335</guid>
      <dc:date>2014-09-16T13:37:58Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adding Feedback</title>
      <link>https://forums.adobe.com/message/6734342?tstart=0#6734342</link>
      <description>&lt;!-- [DocumentBodyStart:04287ebc-e9c7-4024-b8ae-1d434901b7c3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am using Robohelp 10. What is the best way to add an option for the user to provide feedback from each topic? I would like it to send it via email from the web server that the helpfile is hosted on. How can I go about achieving this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:04287ebc-e9c7-4024-b8ae-1d434901b7c3] --&gt;</description>
      <pubDate>Tue, 16 Sep 2014 13:19:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6734342?tstart=0#6734342</guid>
      <dc:date>2014-09-16T13:19:09Z</dc:date>
      <clearspace:dateToText>1 month 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

