This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
How to make logo a hyperlink?
Started 12 years ago by jasonmcleod | 3 posts |
-
I'm looking to make the logo in my forms a link. I have searched the forum and found an old thread. I went into includes/view-functions.php and made the change to: <h1>{$form->name}</h1>. But, it's still not working. I'm assuming because we are in 3.4. Any help would be appreciated. :)
Posted 12 years ago # -
Hrm... Basically, I added my url to the that tag. Still not working.
Posted 12 years ago # -
That is correct already, you should change this:
<h1><a>{$form->name}</a></h1>
to be something like this:
<h1><a href="http://www.example.com">{$form->name}</a></h1>
there are several places for that code within that file, so make sure to update all of them.
MachForm Founder
Posted 12 years ago #
Reply
You must log in to post.