Hi -
Welcome to EE. 😉
At a high level, channels (or weblogs in EE1) hold content. Templates store HTML/CSS and the EE tags that retrieve content from Channels. That source code you are looking at is dynamically generated by EE using a template which pulls content from the channels.
In other words, it doesn’t exist in that form on the server.
To change what gets rendered you need to find the template responsible for generating that page, and edit the template. In some cases the content also has HTML (links, lists, etc) that show up in the rendered code.
Do you know what template generates that page? You can usually determine by looking at the URL:
http://mysite.com/index.php/template_group/template
Index.php might be removed, however.
If you can find the template and still need help, post the template code here with what you’re trying to change.
Thank you for your help! Yesterday I ended up finding the “template” section for my site. I am not sure if I have done this correctly although please take a look at what I did…
The “template” was written in some type of formula code, something of which I did not understand. What I did was go to the live web page and copy the source code, then paste that code within the “template”, and removing what “formula” code was there in the first place.
I then clicked “update” and my webpage updated and still displayed correctly. I changed a line of text to be sure that it was indeed updating, and it appears that I can simply enter the HTML in the “template” channel (if that’s what you call it). I am not sure what the “formula code” was, but have no idea how to edit that.
On this particular page of my website, I have a contact form, and needed to add/edit the fields & options that were available. I needed to see the actual HTML code to have any clue of what I was doing.
One problem I am having, is that on my home page, I have a “box” for the website visitor to enter their ZIP code, and click “GO”. This ZIP code would then transfer over to my contact form page with the ZIP code portion already filled out.
I had to modify the contact form, because I now have the form being submitted to another location (a different form action)it actually submits the users contact info directly into my Customer Relationship management system (CRM). My website is designed to capture leads…
Does anyone have an idea of how I might modify the “ZIP code form” on my homepage, so the “ZIP code field” will transfer the actual “ZIP code” over to my contact page (Get Quotes Page on my site) pre-filled?
My homepage is medicaresupplementsolutions.com and my “get quotes” page with the contact form is medicaresupplementsolutions.com/get-quotes
As you can tell right now, if you enter your zip code in the home page, it does not transfer over to the “get quotes” page like it should. I don’t know how to fix this…