Hi
Just need another clue on Profile Page plugin.
When i retrieve data from the table, it doesnt return full values or the fields, that holds more than one word.
For example
http://winterstardance.ru/index.php?option=com_chronocontact&chronoformname=Registration_RU_Edit&cf_id=359
You can see the field "Тренер" with first word returned "Цифрова". In the database it is "Цифрова Вероника"
How do i get full values?
Will appreciate any help.
Thanks in advance.
Just need another clue on Profile Page plugin.
When i retrieve data from the table, it doesnt return full values or the fields, that holds more than one word.
For example
http://winterstardance.ru/index.php?option=com_chronocontact&chronoformname=Registration_RU_Edit&cf_id=359
You can see the field "Тренер" with first word returned "Цифрова". In the database it is "Цифрова Вероника"
How do i get full values?
Will appreciate any help.
Thanks in advance.
Hi jrmobile,
I'm not sure what but something odd is happening with quotes. If you look at the form HTML (in FireBug here) you see
Bob
I'm not sure what but something odd is happening with quotes. If you look at the form HTML (in FireBug here) you see
<td><input class="cf_inputbox " style="width: 234px;" maxlength="150" size="31" Вероника="" value="Цифрова" name="Teacher"></td> so both parts have been retrieved but the display is wrong. Looking at the actual HTML in the page source I see<input name="Teacher" value=Цифрова Вероника size="31" maxlength="150" style="width: 234px;" class="cf_inputbox "/>Notice that there are no quotes around the value. This should be value="Цифрова Вероника"I suspect that in your Profile Page code you have value={Teacher} instead of value="{Teacher}"Bob
Hi Bob,
This is just amazing how you found it.
It was right there.
I put the quotes in a form and it works now.
Thank you very much for that.
The only issue left is one with multiple checkboxes population.
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=9&t=88034
Is there any chance you can have a look at this one?
This is just amazing how you found it.
It was right there.
I put the quotes in a form and it works now.
Thank you very much for that.
The only issue left is one with multiple checkboxes population.
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=9&t=88034
Is there any chance you can have a look at this one?
This topic is locked and no more replies can be posted.
