• Trace Gillespie
  • NEWBIE
  • 20 Points
  • Member since 2016
  • Sr. Web Developer
  • Apollo Endosurgery, Inc.

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 4
    Replies
I'm trying to save an xml sitemap with multiple language suppport added like Google suggests here (https://support.google.com/webmasters/answer/2620865?hl=en&ref_topic=2370587), however my Force.com IDE and even the page editor will not let me save my changes. 

Here's my file:

<apex:page contentType="text/xml">

<urlset
      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
  <loc>http://www.test.com/</loc>
  <xhtml:link rel="alternate" hreflang="en-us" href="http://www.test.com/"/>
  <xhtml:link rel="alternate" hreflang="en-ca" href="http://www.test.ca/en"/>
  <xhtml:link rel="alternate" hreflang="de-de" href="http://www.test.com/de"/>
  <xhtml:link rel="alternate" hreflang="fr-fr" href="http://www.test.com/fr"/>  
</url>

</urlset>

</apex:page>
I'm trying to enable spam filtering on a Web-to-Lead form using the Create a Web-to-Lead Form.

This was quite tricky to start with because the pop-up to add an API Key Pair disappears if you click away from it! I managed to manually enter the secret as it was impossible to copy and paste it. Then I made a typo and found it was impossible to edit the key, as the page for editing keys is broken. The only way was to delete the key and add it again through the disappearing pop-up. 

Now I've included the form in our site, but the recaptcha does nothing - if I ignore and click submit, the form submits to https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8 anyway which is just a blank page. 

I know this is new functionality but it doesn't seem like it is working at all?
Hi EveryOne,

I am trying to open the attachments of a record using one click. Please give some inputs to achive that.

Thanks

I have a site that has solutions on it.  If you log into the system and pull up the visualforce page you can see all of the fields for the solutions on the page.  But if you pull up the site that is linked to that visualforce page all Custom Fields on Solutions do not show up.  I have gone through all the permissions and everything is correct as far as I can tell.  Anyone have any idea why this might be happening?

hi

 

   hi !how to convert xml file to apex code it's possible............

 

thanks......................

Hi, 

We have a wilcard SSL certficate and would like to use it for our knowledge base community... how do I upload a wildcard SSL certificate? 
I was playing around and created a self-signed certificate and a master encryption key, but can't delete them... how do I do this?

Thanks, 
Carl
We need to implement Custom URL for the Community. For that we need to SSL certificate. As per Salesforce help guide we need CA signed Certificate. We have a wildcard certificate which the client is using for other applications which are not related to Salesforce. Is there any way we can upload this existing wildcard certificate instead of creating a new CA signed Certificate