Workflow, manually set value doesn't save, doesn't work.
Hi there,
I've tried this in a few different browsers and best I can determine the "manually set value" via the contour workflow doesn't work at all. I was hoping to use this to post to specific salesforce campaign ID's, however, it looks like it's a no go.
Basically, I set aliases that point to all my form fields, works great (minus custom prevalue sources, which never map correctly). However, when I add a specific value into the workflow and update, it disapears. Like it never existed.
See this quick screencast to see the bug in action, any ideas?
Of note, I've found a way around this bug in the mean time until it is fixed.
If you make all your changes and hit "add" to place another field, then save, it will work. It seems to be the fields and changes don't get saved unless another 'add' function is completed. It works if you 'add' a blank field and then save, no harm no foul. Just annoying, and definitely not something you wan clients to be doing.
Workflow, manually set value doesn't save, doesn't work.
Hi there,
I've tried this in a few different browsers and best I can determine the "manually set value" via the contour workflow doesn't work at all. I was hoping to use this to post to specific salesforce campaign ID's, however, it looks like it's a no go.
Basically, I set aliases that point to all my form fields, works great (minus custom prevalue sources, which never map correctly). However, when I add a specific value into the workflow and update, it disapears. Like it never existed.
See this quick screencast to see the bug in action, any ideas?
http://screencast.com/t/Y2FkZDUy
-Bruce
Comment author was deleted
Hi Bruce,
Looks like it is a bug, thanks for reporting this
Hi Tim,
Looks like i have the same problem. Is it possible to send a notification when the problem is fixed?
I want to set up a form with te same action as:
<form name="subscribe" method="post" action="http://aride.copernica.nl/">
<input type="hidden" name="px_process" value=".p.w.formgenerate.outputform"/>
<input type="hidden" name="wizard" value="subscribe"/>
<input type="hidden" name="next" value="http://www.aride.nl"/>
<input type="hidden" name="check" value="cda8cc6ba0dc7f227cc72dd12ae7aaf7"/>
<input type="hidden" name="account" value="1"/>
<input type="hidden" name="notification" value="[email protected]"/>
<input type="hidden" name="subject" value="Testen"/>
<input type="hidden" name="body" value="Dit is een aanmeldformulier via Contour"/>
<input type="hidden" name="language" value="dutch"/>
<input type="hidden" name="database" value="69"/>
<input type="hidden" name="dbfields" value="242,243"/>
<table>
<tr>
<td>Voornaam</td>
<td><input type="text" name="dbfield242"/></td>
</tr>
<tr>
<td>Email</td>
<td><input type="text" name="dbfield243"/></td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="submit" value="Verzenden"/></td>
</tr>
</table>
</form>
Thanks Tim, Glad to help.
Of note, I've found a way around this bug in the mean time until it is fixed.
If you make all your changes and hit "add" to place another field, then save, it will work. It seems to be the fields and changes don't get saved unless another 'add' function is completed. It works if you 'add' a blank field and then save, no harm no foul. Just annoying, and definitely not something you wan clients to be doing.
-Bruce
is working on a reply...