Hello, I am trying to create something like http://wenetus.com/en/contact but cannot find any information about how to do this. I would like my address information and so on on the right side of the contactform. Can anyone help me out with this? ( I design and build furniture, not websites… ;-) http://www.concreteworks.nl
Most likely this sidebar column is not a Cforms function. If your WP theme has a sidebar.php you would put your contact html in the sidebar.php or in a widget for the sidebar. If you want your contact information to only display when the contact page is up, you need to make a conditional statement in the sidebar.php.
My illlustration here is for the conditional if statement to show the contact info if the user is on the contact page. If not on the contact page, page the regular sidebar stuff shows. Echo is not the only way to show the contact informaton.
Thnx Boots for the info, I saw what you mean, at first my impression was that it indeed came from cforms itself because it is listed at the first example of the Cform random user examples ( http://www.deliciousdays.com/c…..ms-plugin/ )