Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: calendar
24 Jun 2008 15:35

fridge

Hi Macchi!

How is the Swedish translation coming along and how is the work on the calendar going? I have time to review and translate. You can contact me on wanchman(at)mac(dot)com.

All the best,

Fridge
Category: RSForm!
22 Jun 2008 13:30

john.c.webb

What a long RSForm day this was!

Upgrade killed my frontend site and had to uninstall, reinstall, and recreate my form. Ugh!

I only did the upgrade because Captcha stopped working for no reason (won't create an image).

ONE GOOD NEWS - this problem and the error shown above does not occur when I remove the calendar and/or Captcha. Not sure which is the problem, but one or both of them definitely is.

Anyone else having any luck with this error?

John
Category: RSForm!
11 Jun 2008 09:36

claude.ribaux

I got the same error.

Configuration: joomla! 1.5.3, RSform!Pro 1.0.0 rev 6.

The error appears when the form contain a calendar.
examples:
with calendar : neptune-ecole.ch/index.php?option=com_rsform&Itemid=69
without : neptune-ecole.ch/index.php?option=com_rsform&Itemid=61
Category: RSForm!
04 Jun 2008 10:26

aad.van.boven

Hi,

Wanted a pop up calendar too and followed your idea. Encountered the same problem with the position and fixed it by entering this code in the field style of my form field:

<tr>
<td align=\"right\" valign=\"top\">{fieldtitle}{validationsign}</td>
<td valign=\"top\"><input type=\"text\" name=\"Datum\"
id=\"startdate\" size=\"25\" maxlength=\"25\"
value=\"04-06-2008\" />...
Category: RSForm!
20 May 2008 22:21

stuart.w.brown

No response from support for two weeks so had to dig around myself.

Managed to change from m/d/Y to d/m/Y by editing the forme.html.php file in the components folder
function handleSelect<?php echo $field->name;?>(type,args,obj) {
var dates = args[0];
var date = dates[0];
var year = date[0], month = date[1], day = date[2];
var txtDate = document.getElementById(\"txt<?php echo $field->name;?>\"«»);
 // txtDate.value = month + \"/\" + day +...

It is an...
Category: RSForm!
19 May 2008 17:13

stuart.w.brown

I have tried the code that has been suggested (at the top of this thread and via the Knowledgebase) but neither of them work. I have emailed several times for support too but not had a response :(

My client is getting really aggitated now and keeps asking why we can't change the format. It should be so simple.

I would be really grateful if you could post your workaround.

The two snippets of code we've tried are:-
if(isset($processform['form']['yourcalid'])){
    $date =...

and this,...
Category: RSForm!
16 Apr 2008 16:34

teddirez

double ditto
Category: RSForm!
14 Apr 2008 23:49

latristesse

Actually, J 1.5 includes a pop-up calendar for form fields - this one line of code can wipe out all that custom calendar code for calendar fields:
echo JHTML::_('calendar', \"\", $row->name, txt.$row->name);

I just can't figure out how to get it so it positions properly. I've put it into the case statement for calendar but the fields are appearing at the top of the form, not next to their labels.

Here is what I have done with forme.html.php:
<?php
/**
* @version 1.0.4
*...
...
Category: RSForm!
10 Apr 2008 07:48

latristesse

So there is no way to make the calendar field in the 1.5 component a pop-up calendar?
Category: RSForm!
30 Mar 2008 23:28

rjray

Is it possible to pass a value into a form via the URL string.

I'm using jcal pro for an event calendar and would simply like to create a link on the calender event page that take someone to the register for the event page. There are too many event's to create a separate form for every event so what I would like to do is simply pass the value for a field into the form. Perhaps by creating a hidden field {event}.

This way I could create a simple URL link on the event page that takes them to...
Category: RSForm!
06 Mar 2008 20:06

richiep

While it would be nice to have a calendar pop up as part of RSfrom it's not to hard to install a third party component. I found this one which was fairly easy to install www.softcomplex.com/products/tigra_calendar/

Happy coding
Rich
Category: RSForm!
06 Mar 2008 19:52

richiep

While it would be nice to have a calendar pop up as part of RSfrom it's not to hard to install a third party component. I found this one which was fairly easy to install www.softcomplex.com/products/tigra_calendar/

Happy coding
Rich
Category: RSForm!
05 Mar 2008 21:55

aphid

Hell yksur

Did you find a solution? Unfortunately for some reason the code that Alex supplied is not working for me at all. Yet looking at it, it should work... I have found a get around by hacking the forme.html.php file. It will give you dd mm yy date format. Note: there is no guarantee as it's not fully tested, but maybe this will work for you. I'll post it if you're interested?


Peter
Category: RSForm!
04 Mar 2008 11:22

yksur

03 Mar 2008 23:06

richiep

I'd like to see a pop up calendar too.<br><br>Post edited by: richiep, at: 2008/03/04 23:44
Category: RSForm!
Displaying 991 - 1005 out of 1055 results.