<?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: Allow Users to Edit Entries</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Allow Users to Edit Entries</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:02:40 +0000</pubDate>

<item>
<title>amigamerlin on "Allow Users to Edit Entries"</title>
<link>https://www.machform.com/forums/topic/allow-users-to-edit-entries#post-16386</link>
<pubDate>Mon, 05 Nov 2012 13:25:20 +0000</pubDate>
<dc:creator>amigamerlin</dc:creator>
<guid isPermaLink="false">16386@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;ok I can understand :(.&#60;/p&#62;
&#60;p&#62;Please almasco,&#60;br /&#62;
for what I've read this is only one part of the code you wrote to add &#34;customer form edit&#34; functionality; when the code is tested and fully working could you please publish it here?&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Allow Users to Edit Entries"</title>
<link>https://www.machform.com/forums/topic/allow-users-to-edit-entries#post-16380</link>
<pubDate>Mon, 05 Nov 2012 05:37:25 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">16380@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm afraid we don't have any plan to do this yet. Sorry
&#60;/p&#62;</description>
</item>
<item>
<title>amigamerlin on "Allow Users to Edit Entries"</title>
<link>https://www.machform.com/forums/topic/allow-users-to-edit-entries#post-16377</link>
<pubDate>Sun, 04 Nov 2012 23:48:02 +0000</pubDate>
<dc:creator>amigamerlin</dc:creator>
<guid isPermaLink="false">16377@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;+1 for  me. Letting the user modify the entries after sending can be a good and sefull function ... can be added in the adimin control panel of the next release (3.4)?
&#60;/p&#62;</description>
</item>
<item>
<title>overhemden on "Allow Users to Edit Entries"</title>
<link>https://www.machform.com/forums/topic/allow-users-to-edit-entries#post-16375</link>
<pubDate>Sun, 04 Nov 2012 03:08:58 +0000</pubDate>
<dc:creator>overhemden</dc:creator>
<guid isPermaLink="false">16375@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;I have been looking looking for this too. We want our clients to be able to change their entries after sending the form. We have a shirt making companu and people give us their sizes via the machforms. We want them to be able to change their sizes if they want to. Also is it important that they cannot see entries from other clients, only the ones from themselves. Can you help us?&#60;/p&#62;
&#60;p&#62;Greetz Mark&#60;br /&#62;
Serafino
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Allow Users to Edit Entries"</title>
<link>https://www.machform.com/forums/topic/allow-users-to-edit-entries#post-15083</link>
<pubDate>Tue, 19 Jun 2012 13:58:59 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">15083@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;almasco, can you let me know the URL to the page and send me your &#34;includes/post-functions.php&#34; file please? I'll check it.&#60;/p&#62;
&#60;p&#62;You can mail it to: customer.service [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>almasco on "Allow Users to Edit Entries"</title>
<link>https://www.machform.com/forums/topic/allow-users-to-edit-entries#post-15079</link>
<pubDate>Mon, 18 Jun 2012 22:14:33 +0000</pubDate>
<dc:creator>almasco</dc:creator>
<guid isPermaLink="false">15079@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;I have been working on making my end users able to edit their entries. I have been 99% successful. I duplicated edit_entry.php, edit_entry.css, header.php and was able to edit them enough to make the form show up populated with the values in the database for that entry. I also made a minor change to view_functions.php starting on line 4875.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//my custom changes
			if(!empty($edit_id) &#38;#38;&#38;#38; $form_id == 9){
				$view_css_markup = &#38;#39;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;css/edit_app.css&#38;quot; media=&#38;quot;all&#38;quot; /&#38;gt;&#38;#39;;
			}
			// end of my custom changes
			else if(!empty($edit_id)){
				$view_css_markup = &#38;#39;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; href=&#38;quot;css/edit_entry.css&#38;quot; media=&#38;quot;all&#38;quot; /&#38;gt;&#38;#39;;
			}
			else{
				$view_css_markup = &#38;quot;&#38;lt;link rel=\&#38;quot;stylesheet\&#38;quot; type=\&#38;quot;text/css\&#38;quot; href=\&#38;quot;{$machform_path}{$css_dir}view.css\&#38;quot; media=\&#38;quot;all\&#38;quot; /&#38;gt;&#38;quot;;
			}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I am also able to dynamically populate some of the fields on the form by placing query values in the URL.&#60;/p&#62;
&#60;p&#62;The only issue I am having now is that when I submit the form to save my changes, I get the error saying &#34;There was a problem with your submission. Errors have been highlighted below.&#34; even though all the required fields have been filled. Also the form does NOT highlight where the error is so I can't tell what is going on. Could you help me on this? If you can, let me know so I can give you my form URL.&#60;/p&#62;
&#60;p&#62;I know this is extreme customization, however I need this feature in order to maintain the same user experience for my users. I don't want to have to use a whole new form management system just to allow my users to edit their entries. I hope this feature becomes standard in your next release.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
