I have a form in OctoberCMS backend and I want to make a javascript trigger that will be fired when the user save the form so I can manipulate the form fields. The official documentations of …
Tag: octobercms-backend
October CMS – API with Upload File
I’m using October to create an API that is communicating with my mobile app. In this process I am sending an image that is in the format base64, until this part is not being problem, because I am converting this base64 image to JPG format, the problem is being in the second part that is saving this JPG …
Custom Contact Form in Partials and use in Static Pages plugin
I have used OctoberCMS, Static Pages plugin, through which I am creating Static Pages. The thing is, I have created one contact form in Partial like below. contactform_snippet.htm – Markup contactform_snippet.htm – Code And below is the Static Page which I have created and used contactform_snippet…