I would like to add a custom code inside my page in infusionsoft, is this possible? I have only tried manupulating the database using an external system, but i dont know what I should do if it needs to be inside the infusionsoft system. Thanks in advance.
Asked
Active
Viewed 421 times
1 Answers
0
We are going to need more information to provide a help answer. Yes you can add javascript to your shopping cart pages or order form pages.
You can use the Infusionsoft API to make changes to the database.
No you cannot change anything in the actual Infusionsoft application (code wise). It is hosted by Infusionsoft and you have no access to the source code.

joshmmo
- 1,062
- 2
- 13
- 28
-
I need to add a custom php code. for example when adding a new invoice. I need to compute the total balance and update a field. Thanks for the reply btw. – Rey Arvin Mar 23 '14 at 16:03
-
what you have explained can be easily done on your client(outside infusionsoft) end. i would recommend using data service(https://developer.infusionsoft.com/docs/read/Data_Service) to manipulate tables(https://developer.infusionsoft.com/docs/read/Table_Documentation) and achieve results. – xmaestro Jun 10 '14 at 08:44