function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GKrogGKrog 

HTML Home Page Component Problem

I'm trying to create a Home Page Component for advanced search - I found this script:

 

<form action="/search/SearchResults?searchType=2&sen=0&setLast=1" method="post" name="advsrch"><input class="searchTextBox" maxlength="80" name="sbstr" size="18" value="" type="text"> <input value=" Go! " class="btn" type="submit"></form>

 

I created an HTML Home Page component and put this script in - when the component displays it shows the html code and not the search box.

 

Any ideas?

sandeep@Salesforcesandeep@Salesforce

Hi, 

 

You are doing one mistake. Do one thing :-

When you write a code in home page component then please make sure "Show HTML" should be True.