This topic contains 1 reply, has 2 voices. Last updated by Cristián Lávaque 3 years, 10 months ago.
Topic Author | Topic |
---|---|
Posted: Tuesday Feb 19th, 2013 at 1:21 am #42422 | |
I have read in other topics related to having custom registration fields show on a authorize.net pro form that upgrades the account. I understand that it is a checkout form. However, we need to capture cell phone number and another custom field during this checkout process. I know that is not a capability of the checkout form but Jason posted a comment indicating that work is being done to make this integration process easier. I can’t recall the thread that comment was in. It is a weird limitation to not allow custom registration fields to be captured and simply saved to the database during any of the pro form processing. I am spending a lot of time “coding around” weird issues that s2member throws my way. If I could add some html to the pro form template myself, display the fields for entry, then “hook” into the submission process (end of processing would be great) to capture that data and save to the database myself, it would be great! Does anyone have any logic structure already worked up that implements similar functionality? It would be great to see the structure of the: init->input->capture->save cycle incorporated inside the checkout submission function. |