449 Posts
gebeer
9 years ago
0
Topic

Hello,

I'm on Joomla 2.5.22, Seblod 3.3.2.

I have a site form where the user can enter data and submit the form for event registration.

Some fields in that form are input fields and some pick up values (with SD Live CCK plugin)  from the content of the site where the registration form is embedded.

Example:

field "event_date" in content type Event ->  SD Live plugin -> field "event_date_regform" in registration form.

In the email text I have a placeholder #event_date_regform# that picks up the value and sends it to the user and site admin. It also gets saved to the DB.

Everything is working just fine.

Now if I make a position override for the event registration form, the value of event_date_regform does not get saved and is empty in the email text.

When I do

echo $cck->getValue('event_date_regform');

in the position override for the site form, I get the value. So it is there.

But at form submission it is neither stored to the DB nor transferred to the #event_date_regform# placeholder in the email text. But the email is being sent.

I guess I need to add some code to the position override of the registration form so that Seblod knows what to do.

But I have no idea what code to add.

Any help would be much appreciated.

Get a Book for SEBLOD