Postponed (maintainer needs more info)
Project:
DrupalGap
Version:
7.x-1.14
Component:
Ripple Emulator in Chrome
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2016 at 18:51 UTC
Updated:
10 Feb 2016 at 17:54 UTC
Jump to comment: Most recent
Comments
Comment #2
tyler.frankenstein commentedThis is way too broad of a question, and I am unable to answer it.
Start here: http://docs.drupalgap.org/7
Or please clarify with much more detail what you're trying to do.
Comment #3
tyler.frankenstein commentedComment #4
sorek commentedYeah it's true, I haven't specified...
We have for example this code in our drupal module:
This is a function to check if our registered user is already participating in the draw, and if not, creates a form to subscribe him/her on it... it works fine on our drupal site, but the problem is when we try to do the same in our drupalgap application. Is there any way to use/call this function or it's variables and forms in our drupalgap custom module?
For example, something like the "add to cart" form in the commerce module.
Comment #5
tyler.frankenstein commentedBuild a custom DrupalGap form: http://docs.drupalgap.org/7/Forms
Use the Services module to get any variables you need.