Skip navigation
mario_gudelj 1,578 posts
Oct 13, 2010
Currently Being Moderated

Update Details + CRM on Secure Zone

Mar 6, 2012 9:41 PM

Question:

 

 

Does anyone succeed yet updating the regular customer details with an attached CRM form?

 

Have followed "all" the required steps.

 

All are placed within a secure zone.

 

All CRM values are displayed in the input boxes in the update form.

 

The only problem is when you update the CRM values, its is not changed. The regular values of the detail form is updated.

 

So judge by this, am missing 1 vital step?

 

 

Answer:

 

I got this working successfully, I had to reinsert the update account via the module manage. I copied the needed code out and at first it did not work I looked again and noticed that BC had an extra line of code that I guess is needed because it worked once I added that line of code. Here is an example from my site:

 

<label for="CAT_Custom_273431_93881">Custom CRM</label><br />

 

<input type="text" class="cat_textbox" id="CAT_Custom_273431_93881" name="CAT_Custom_273431_93881" maxlength="1024" value="{ module_customerfield,93881,273431}" />

 

<!--This was the line I originally missed. Make sure you have it in your form-->

 

<input type="hidden" value="93881" id="FormID" name="FormID" />

 

I hope that helps!

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points