<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: review page header</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: review page header</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 04:01:11 +0000</pubDate>

<item>
<title>yuniar on "review page header"</title>
<link>https://www.machform.com/forums/topic/review-page-header#post-3992</link>
<pubDate>Fri, 12 Dec 2008 16:17:09 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3992@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, yes you are correct with modifying view-functions.php file.&#60;br /&#62;
That's the only way to do it.&#60;/p&#62;
&#60;p&#62;Now, to make it happen for certain review pages, you can simply use some conditional code.&#60;/p&#62;
&#60;p&#62;Each of your form is having unique id, so you can use it as a selection rule.&#60;br /&#62;
Let say you have a form with id = 7 and would like to add custom text to this form review page only.&#60;/p&#62;
&#60;p&#62;Search around line 2356 and you'll find this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form_markup = &#38;lt;&#38;lt;&#38;lt;EOT&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;above that line, add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($form_id == 7){
  $custom_text = &#38;#39;your custom text here&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;now you can use that &#60;strong&#62;$custom_text&#60;/strong&#62; variable below line 2356, as pointed above.&#60;/p&#62;
&#60;p&#62;If you need to have different text for different form, your code should be something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($form_id == 7){
  $custom_text = &#38;#39;your custom text here&#38;#39;;
}elseif($form_id == 8){
  $custom_text = &#38;#39;your second custom text here&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if you have any question.
&#60;/p&#62;</description>
</item>
<item>
<title>dennisoshields on "review page header"</title>
<link>https://www.machform.com/forums/topic/review-page-header#post-3981</link>
<pubDate>Fri, 12 Dec 2008 09:36:26 +0000</pubDate>
<dc:creator>dennisoshields</dc:creator>
<guid isPermaLink="false">3981@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, but I only want to do it on certain review pages.  Not all review pages site wide for obvious reasons.  The problem that I can see in editing the view-functions.php file is that it would make it site wide.&#60;/p&#62;
&#60;p&#62;Yes, I've already grepped that file out.&#60;/p&#62;
&#60;p&#62;I'm looking for something that would allow me to only add it to certain pages I specify.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "review page header"</title>
<link>https://www.machform.com/forums/topic/review-page-header#post-3968</link>
<pubDate>Thu, 11 Dec 2008 13:47:06 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3968@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;So you just need to put some extra paragraph on the header of your review page?
&#60;/p&#62;</description>
</item>
<item>
<title>dennisoshields on "review page header"</title>
<link>https://www.machform.com/forums/topic/review-page-header#post-3961</link>
<pubDate>Thu, 11 Dec 2008 02:11:15 +0000</pubDate>
<dc:creator>dennisoshields</dc:creator>
<guid isPermaLink="false">3961@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;So how would I put a custom review page header on only certain pages I create?&#60;/p&#62;
&#60;p&#62;Like if I wanted people to print out the preview/review page before submitting and hand it to someone else in hard copy to verify their information got submitted?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
