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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • really need help
Pages: 1 [2]

Author Topic: really need help  (Read 5237 times)

jrthor2

  • Guest
Re: really need help
November 16, 2009, 04:45:26 pm
Maybe from that link, you can sign up, but from my homepage, you cannot.  Did you ry the request a speaker form (http://www.vickiesangelwalk.org/joomla15/index.php?option=com_content&view=article&catid=31&id=49&Itemid=16)?  That doesn't work at all.

My issues are not only internet explorer.  They all happen in FireFox on Windows.  I'll give your code a try and post the results.

Thanks again for all your great help!!

jrthor2

  • Guest
Re: really need help
November 16, 2009, 04:57:50 pm
I tried your code, but the page still just refreshes and does nothing.  If this below code is needed, there seems to be an issue, because I get javascript error that says "cj is not found":
Code: [Select]
<script type="text/javascript"></script>
                        <script type="text/javascript">   
cj(document).ready(function(){
cj('#selector tr:even').addClass('odd-row ');
cj('#selector tr:odd ').addClass('even-row');
});
</script>

Here is my entire form code:
Code: [Select]
<p>Sign up to receive email updates on the latest news and events.</p>
                        <script type="text/javascript" src="administrator/components/com_civicrm/civicrm/js/Common.js"></script>
                        <form  action="index.php?option=com_civicrm&amp;task=civicrm/profile/edit&amp;" method="post" name="Edit" id="Edit" >
                            <input name="postURL" type="hidden" value="index.php?newsletter=1" />
                            <input name="errorURL" type="hidden" value="index.php?newsletter=2" />
                            <input name="cancelURL" type="hidden" value="index.php?option=com_civicrm&amp;task=civicrm/profile&amp;reset=1&amp;gid=7" />
                            <input name="group[2]" type="hidden" value="1" />
                            <input name="_qf_default" type="hidden" value="Edit:cancel" />
                            <fieldset>
                            <input maxlength="64" size="30" name="email-Primary" type="text" id="email-Primary" class="left" />
                                <input class="button" accesskey="S" name="_qf_Edit_next" value="Sign Up" type="submit" />                           
                            </fieldset>
                        </form>
                        <script type="text/javascript"></script>
                        <script type="text/javascript">   
cj(document).ready(function(){
cj('#selector tr:even').addClass('odd-row ');
cj('#selector tr:odd ').addClass('even-row');
});
</script>

Thanks again.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: really need help
November 16, 2009, 06:11:20 pm
I'm not sure if this is the entire issue - but it does look like you're hitting this bug (which is being fixed for 3.0.3):

http://issues.civicrm.org/jira/browse/CRM-5390
Protect your investment in CiviCRM by  becoming a Member!

jrthor2

  • Guest
Re: really need help
November 16, 2009, 06:47:18 pm
any idea when that version will be released?

jrthor2

  • Guest
Re: really need help
November 16, 2009, 06:57:31 pm
Ok, I just did something.  I went to the link that you posted for the newsletter that you said worked (http://www.vickiesangelwalk.org/joomla15/index.php?option=com_civicrm&amp;task=civicrm/profile/edit&amp;gid=7&amp;reset=1&amp).  I did not submit this form.  I then went to the homepage and submitted the form on my homepage, and it worked???  Any ideas?

On a side note, where did you get that url from?

Thanks!

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: really need help
November 16, 2009, 07:14:16 pm
Quote from: jrthor2 on November 16, 2009, 06:47:18 pm
any idea when that version will be released?

Sometime in next 2-3 weeks.
Protect your investment in CiviCRM by  becoming a Member!

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • really need help

This forum was archived on 2017-11-26.