Questions tagged [safecracker]

SafeCracker is a first-party Module for ExpressionEngine that makes it possible to add and edit entries from outside of the Control Panel using a Stand-Alone Entry Form (SAEF).

ExpressionEngine is a commercial content management system written in PHP and built on top of CodeIgniter, an Open Source PHP framework from EllisLab.

26 questions
3
votes
3 answers

Why are my Font & Colors being stripped from Wygwam when I post through Safecracker?

I'm running into an issue with Wygwam and Safecracker. When I extend the Wygwam configuration for a field (such as adding font-color) and then use that option on my field in Safecracker, the HTML seems to be getting stripped out like so: Instead of…
Patrick Pohler
  • 420
  • 2
  • 6
2
votes
1 answer

Setting dynamic author_id on Safecracker form as non Super Admin group

I have a project where I need a member group called Staff Admin (slightly less privileges than Super Admin) to be able to public entry data on behalf of a site Member via a Safecracker form. Now I am able to successfully set an 'author_id' on the…
ipixel
  • 23
  • 3
2
votes
1 answer

Why are checkboxes getting cleared when I edit an entry through Safecracker?

Why are checkboxes getting cleared when I edit my entries in Safecracker?
Patrick Pohler
  • 420
  • 2
  • 6
1
vote
1 answer

Using SafeCracker in ExpressionEngine Strips HTML and CSS Inline Styles

I have a form built with SafeCracker in ExpressionEngine. One of the textarea fields is used to allow users to submit HTML code. Here's an example of the type of code they will be providing:
.…
Pinkie
  • 10,126
  • 22
  • 78
  • 124
1
vote
1 answer

EE 2.7/Channel Form/PHP Notices from Channel_form_lib.php

Empty Channel Form on one of my channels throws the following notices/errors: A PHP Error was encountered Severity: Notice Message: Undefined index: field_type Filename: channel_form/Channel_form_lib.php Line Number: 2742 A PHP Error was…
Mason
  • 305
  • 2
  • 7
1
vote
1 answer

ExpressionEngine Safecracker Guest Thank you email

Is it possible after submitting a safecracker form to send a thank you email to the guest?
cosapostolo
  • 1,099
  • 2
  • 7
  • 9
1
vote
1 answer

jquery / ajax / expression engine - set a custom member field within a safecracker form

I'm using jquery with expression engine to submit an ajax form, utilizing the safe cracker module, documented here: http://expressionengine.com/user_guide/modules/safecracker/examples.html Basically, my form allows logged in members to vote. I want…
mheavers
  • 29,530
  • 58
  • 194
  • 315
1
vote
1 answer

Safecracker and if:else issue

I have a template called post.html in group.group. The template includes a safecracker form. I have the safecracker form inside and if/else statement so that if the url is /group/post/title then the safecracker form loads an existing entry for…
Josh Farneman
  • 1,729
  • 1
  • 14
  • 19
0
votes
2 answers

Related entries in a Safecracker form?

I'm trying to create a Safecracker form in ExpressionEngine to create a recipe. I have a recipe channel, which can have many ingredients from an ingredients channel (using the multi-relationship add-on from devot:ee). However, I'm having trouble…
Martin Bean
  • 38,379
  • 25
  • 128
  • 201
0
votes
2 answers

Append Playa field via Safecracker

I'm building an artist directory and using Pixel & Tonic's Playa to manage each member's "fans." In each user's profile, there is a multi-select Playa field that displays all of the members that user has "fanned" (similar to "like" on…
Ty Morton
  • 733
  • 2
  • 8
  • 29
0
votes
2 answers

expressionengine safecracker dropdown field

I have this entry form {exp:safecracker channel="channel_name" return="url/ENTRY_ID" entry_id="{segment_3}" author_only="yes" include_jquery="no" class="nice"}
0
votes
1 answer

Clone entry in expressionengine with safecracker

I have an expressionengine template for frontend users using safecracker to create entries. ex: http://domain.com/index.php/create. After user creates an entry, the entry can be edited by going to http://domain.com/index.php/create/my_entry where…
Pinkie
  • 10,126
  • 22
  • 78
  • 124
0
votes
2 answers

expressionEngine safecracker loading unwanted widgets

I have an empty template with just a safecracker form consists of 2 custom field. When i try to load it up in the browser, it takes about 2-3 seconds to load. Looking in firebug i see the following GET…
Pinkie
  • 10,126
  • 22
  • 78
  • 124
0
votes
1 answer

Safecracker (ExpressionEngine) not working in Facebook page

I'm using ExpressionEngine and Safecracker to build a simple Facebook app that runs inside of a FB page. My code functions properly outside of the Facebook page, but inside the page it shows a blank screen. I've been able to narrow it down to this…
Rein
  • 1,347
  • 3
  • 17
  • 26
0
votes
1 answer

TypeError: field_errors.join is not a function

I am having a small issue with my ajax success call. In the success call I have the following: if (data.success) { window.location.href = "/account/submission-complete/"+data.entry_id; } else { var…
ccdavies
  • 1,576
  • 5
  • 19
  • 29
1
2