Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Ferdinand Offline
New Member
 
Posts: 5
Join Date: Nov 2007
How include a Subscribe From on main web page - 04-12-2007, 11:01 AM

Hi,

If possible include on main web page of a site the subscribe form of SupportSuite 3.11.01 ??

Thanks,
   
Reply With Quote
  (#2) Old
craigbrass Online
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
04-12-2007, 11:26 AM

Something like the following HTML code will do the job :-
Code:
<form name="nwnavform" action="http://www.yourdomain.com/helpdesk/index.php" method="POST">
<table width="100%"  border="0" cellspacing="1" cellpadding="4">
	<tr>
		<td>
        <input type="text" name="email"><br>
        <input type="submit" name="Submit" value="Submit" class="yellowbutton">
        <input type="hidden" name="_m" value="news">
		<input type="hidden" name="_a" value="subscribe">
        </td>
	</tr>
</table>
</form>
Just add it where you want the form.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply

Tags
include, main, subscribe, web

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Characters missing in web page of support request oliverm How do I? 1 09-10-2007 01:30 PM
Change Links of Items on Main SupportCenter Page anthonyaykut How do I? 3 04-10-2007 02:51 PM
The download link on your web page to InstaAlert is broken. richm Comments, Questions & Feedback 2 11-07-2007 10:52 PM
Announcement Feeds on Main page jerett SupportSuite, eSupport and LiveResponse 5 01-10-2006 02:45 PM
Adding a link on the main user page sabaina SupportSuite, eSupport and LiveResponse 2 10-08-2006 09:32 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46