<?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: Stripe</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Stripe</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:09:48 +0000</pubDate>

<item>
<title>yuniar on "Stripe"</title>
<link>https://www.machform.com/forums/topic/stripe#post-20711</link>
<pubDate>Sat, 12 Apr 2014 11:57:35 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20711@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can change it like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(in_array($form_id,array(&#38;#39;12249&#38;#39;,&#38;#39;12259&#38;#39;,&#38;#39;12269&#38;#39;))){
    $charge_desc = &#38;quot;Payment for Registration Form&#38;quot;;
}else{
    $charge_desc = &#38;quot;Payment for (Form #{$form_id} - Entry #{$payment_record_id})&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>MBS77 on "Stripe"</title>
<link>https://www.machform.com/forums/topic/stripe#post-20661</link>
<pubDate>Wed, 09 Apr 2014 03:23:17 +0000</pubDate>
<dc:creator>MBS77</dc:creator>
<guid isPermaLink="false">20661@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks Yuniar, how would I put this into an array to handle multiple forms?&#60;/p&#62;
&#60;p&#62;Thanks Mark
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Stripe"</title>
<link>https://www.machform.com/forums/topic/stripe#post-20644</link>
<pubDate>Tue, 08 Apr 2014 14:41:38 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20644@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Currently there is no way to easily change that description from the interface.&#60;br /&#62;
However, you can edit the &#34;payment_submit_stripe.php&#34; file directly and tweak the code there further.&#60;/p&#62;
&#60;p&#62;The line that set the price name is this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$charge_desc = &#38;quot;Payment for (Form #{$form_id} - Entry #{$payment_record_id})&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;should be located around line 290. I suppose you could add some conditions to that line, so that for a specific form it will use your own preferred price name. like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($form_id == 12249){
   $charge_desc = &#38;quot;Payment for Registration Form&#38;quot;;
}else{
   $charge_desc = &#38;quot;Payment for (Form #{$form_id} - Entry #{$payment_record_id})&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>mbs on "Stripe"</title>
<link>https://www.machform.com/forums/topic/stripe#post-20604</link>
<pubDate>Sat, 05 Apr 2014 02:22:39 +0000</pubDate>
<dc:creator>mbs</dc:creator>
<guid isPermaLink="false">20604@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Currently Machforms posts Description to Stripe as eg Payment for (Form #12249 - Entry #25), Can this be made more meaningful such as form name or text field from form so that an email from Stripe means something to the end user&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
