Customize membership application
I would like to customize the membership application so that it will seamlessly integrate into my client's site. Questions:
1) Is the membership application contained in the downloadable theme files, or is it not available to edited because it's functional? Is there a way to edit it's appearance?
2) Can I make the "cancel" button return to the application rather than to the Wild Apricot homepage (which I don't intend anyone to ever see)?
Thanks.
-
chal.nikkal commented
I thrashed around there and the forums for quite awhile before finding this.???
_____________
Download high quality [url=http://www.passguide.biz/pdf/220-802-dumps.html]a+ course[/url] dumps to [url=http://www.passguide.biz/pdf/SY0-401-dumps.html]sy0-401[/url] prepare and [url=http://www.passguide.biz/pdf/SY0-301-dumps.html]security+ exam questions[/url] pass with oracle certification dumps Also get free demos of [url=http://www.clarku.edu/]www.clarku.edu[/url] -
Steve Andrews commented
Help page added as suggested:
-
groovamatic commented
This is excellent. I'd like to see it added to the Help files. I thrashed around there and the forums for quite awhile before finding this.
-
Konstantin commented
* You can add it to gadget JS files. But it will work if you simply add this script to your Global Javascript entry field. You can find it in Settings\Site settings\Global JavaScript in admin interface.
** No need for theme overrides here.
-
Simon commented
Is the javascript added to the gadget as part of the theme override or on the page containing the gadget?
-
Konstantin commented
You can use something like this:
<script>
$('.WaGadgetMembershipApplication .navigationContainer input[type=button][value=Cancel]').click(function(){ Page_ValidationActive = false; location.href = "<your_cancel_page_url>";});
</script> Change <your_cancel_page_url> with url of the page you want. Hope that will solve your problem. -
NBKweb commented
Thanks for the reply. I'm now on the 5.0 release and I'm back to work on this. I was able to do what I needed on #1. Thanks for the link.
Can you elaborate on what I would need to apply the JavaScript you are describing in #2? I haven't done anything like that previously. Thanks.
-
Konstantin commented
Hi,
1) Yes, it is possible to customize appearance of membership application with theme overrides. You can also use our CSS customization to change appearance as you like. Here you can find information on WA CSS customization: http://help.wildapricot.com/display/DOC/CSS+customization
2) You can not change "cancel" link directly. But you can always use JavaScript to replace "Cancel" button "click" behavior.
I strongly recommend you to wait with heavy customization until we have 5.0 release in place. In 5.0 many id's and class names have been changed and some scripts may not work.