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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • quick sign up form populating fields in a longer sign up form
Pages: [1]

Author Topic: quick sign up form populating fields in a longer sign up form  (Read 1156 times)

vijai

  • I post occasionally
  • **
  • Posts: 46
  • Karma: 0
quick sign up form populating fields in a longer sign up form
January 17, 2008, 04:44:21 pm
Hi,

I want to have a quick sign up block (name and email) that takes the user to a page long registration form. I can make a civicrm profile redirect to another profile upon submit but it loses all the values that the user had entered. Does civicrm let you store these values in the form? or should this logic be implemented outside of civicrm?

-v

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: quick sign up form populating fields in a longer sign up form
January 17, 2008, 05:15:58 pm

Linking two profiles for a logged in user is possible and should work quite nicely in aggregating information about a user. Linking two profiles for an anonymous user will not work.

In the below case, the first profile will need to create a drupal user and civi contact record and redirect to the second profile as the newly created user. this part of the logic will need to be custom

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

vijai

  • I post occasionally
  • **
  • Posts: 46
  • Karma: 0
Re: quick sign up form populating fields in a longer sign up form
January 22, 2008, 10:31:52 am
for anonymous users, I am using a simple html form with the same id/name as the profile form to store and forward info.
thanks


Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • quick sign up form populating fields in a longer sign up form

This forum was archived on 2017-11-26.