Radek
Radek

Reputation: 63

How to change IPB static pages? (like contact form)

I want to edit contact us page but I cannot find the HTML code anywhere.

I tried:

Without luck. If anyone has idea how to change index.php?/contact please tell me.

Also not only contact other pages.

Upvotes: 0

Views: 144

Answers (1)

Ice76
Ice76

Reputation: 1130

The best way I found is to either make a theme hook in on of your applications or a code hook to display your own form and template. Be sure to call the parent function though and return the correct values, if any.

Upvotes: 1

Related Questions