Fabrik form and Mobile Joomla

Shauger
14 years, 1 month ago
I have a Joomla 1.5 site with Fabrik 2.0 and a form in Fabrik designed to display using iWebKit template on an iPhone. Prior to installing Mobile Joomla this worked well, but now I am getting this error:

var =v new Asset.css('http://www.sollos.com/media/com_fabrik/css/custom.css'{});


The URL that is supposed to be displayed is:
http://www.sollos.com/index.php?option=com_fabrik&view=form&fabrik=31&layout=iwebkit&tmpl=component&iframe=1&incformcss=0


Its the tmpl=component portion of this that triggers the error.

Any thoughts?
dryabov
14 years, 1 month ago
Hmm. It works well now.
What was the text of error?
Shauger
14 years, 1 month ago
When you connect from an iPhone you get the error I pasted in the initial post regarding the var=v. I have disabled Mobile Joomla for now which is why it is working. I can enable it again for testing. I spoke with the folks at Fabrik and they felt they could resolve it after conversing with someone from MobileJoomla. Let me know your thoughts in that regard. They had not heard of Mobile Joomla but seemed intrigued by it.
dryabov
14 years, 1 month ago
OK. I've saved current version of that page. Could you enable MJ to check for differences in pages?
Shauger
14 years, 1 month ago
Okay, its enabled again. Thanks for checking!
dryabov
14 years, 1 month ago
I'm not sure, but it may be a conflict with jqtouch because of first tag inside "body" is "script". Try to edit templates/mobile_iphone/component.php in the following way:
1. Replace <body> with <body><div class="current">
2. Replace </body> with </div></body>
Shauger
14 years, 1 month ago
dryabov wrote:
I'm not sure, but it may be a conflict with jqtouch because of first tag inside "body" is "script". Try to edit templates/mobile_iphone/component.php in the following way:
1. Replace </body><body> with <body><div class="current">
2. Replace </body> with </div></body>


That worked!!!! One question: my form really has one field asking for an email address. This field is formatting as a thin box while the submit button is correctly displaying as a iPhone formatted large submit button. I am including an attachment to show this. Any way I an adjust that you think? Not the end of the world, but now that I am so close can't help be reach for perfection.
dryabov
14 years, 1 month ago
Idon't know, maybe it's css-related issue.
Shauger
14 years, 1 month ago
I didn't test the actual sending of the form until today. With Mobile Joomla on the form submit button never completes the action. If I disable it, the form actually sends.

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.