CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • How to go about building a custom workflow
Pages: [1]

Author Topic: How to go about building a custom workflow  (Read 360 times)

pdelbar

  • I post occasionally
  • **
  • Posts: 51
  • Karma: 3
  • Web integrator, Joomla freak, CiviFan
    • delius.be
  • CiviCRM version: 4.2.6/7
  • CMS version: Joomla 2.5.7 / 3.0
  • MySQL version: 5.1
  • PHP version: 5.3
How to go about building a custom workflow
November 21, 2012, 12:43:20 pm
Suppose I would like to create a multi-screen contribution page, instead of the standard form-verify-pay model. How would I have to go about that ?

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: How to go about building a custom workflow
November 21, 2012, 03:22:19 pm
I'm afraid civicrm forms aren't that flexible at the moment. If you really wanted complete control over it you'd have to do it yourself (code the form, validate it, interact with paypal api yourself, and push the data into civi via the api).
Most organizations on a budget choose to make due with the out-of-the-box contribute form, as it's usually at least 90% what they want.
Try asking your question on the new CiviCRM help site.

pdelbar

  • I post occasionally
  • **
  • Posts: 51
  • Karma: 3
  • Web integrator, Joomla freak, CiviFan
    • delius.be
  • CiviCRM version: 4.2.6/7
  • CMS version: Joomla 2.5.7 / 3.0
  • MySQL version: 5.1
  • PHP version: 5.3
Re: How to go about building a custom workflow
November 22, 2012, 01:11:40 am
Thanks for the reply -- I was thinking to either (a) build a more flexible workflow outside of civi and 'jump' (post) into the target of the first page's form, which would make the 'back' button concept a main, or (b) manipulating the first page's form to render it in parts, storing it into the session etc ...

In both cases, it'll be a nice challenge, and we'll launch with the standard one.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • How to go about building a custom workflow

This forum was archived on 2017-11-26.