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
0
votes
1 answer

Security of ExpressionEngine Safecracker

I'm using ExpressionEngine, but I want to make some "content management" templates that are very simple compared to the control panel. Assume the following: Only the admin can register new members. Members are trusted people. All templates that use…
Johann Dyck
  • 613
  • 1
  • 6
  • 13
0
votes
1 answer

How to create a selection range in a form?

I'm using expressionengine and safecraker to create a web form for a scheduling app that allows the user to select their desired shift time (ex: 6am to 8pm). I would like the form to know the start and end, and check all the boxes in between to fill…
Ger
  • 3
  • 4
0
votes
1 answer

ExpressionEngine safecracker append channel entries seleted items entry_id to URL

I want to append entry_id came from a selection box (embedded) to a safecracker URL This is the code: {exp:safecracker channel="blending_log" return="sthome/blending/ENTRY_ID" dynamic_title=" …
user1427195
  • 43
  • 4
  • 10
0
votes
1 answer

ExpressionEngine, Safecracker form embed select box value in URL in safecracker form

I have an embed in my safecracker form. Embed has a select box and can select a name of a Tea. I want to send name of the Tea with safecracker URL to next page. This is the code: {exp:safecracker channel="blending_log" …
user1427195
  • 43
  • 4
  • 10
0
votes
2 answers

Expression Engine and Safecracker - Problems when uploading an mp3 file

I have 2 mp3 files with sizes 24.7kb and 11mb. When I try to upload the smaller file, I get no errors. When I try to upload the bigger file, I get an error. In firebug, I see something like NetworkError: 404 Not Found -…
developarvin
  • 4,940
  • 12
  • 54
  • 100
0
votes
3 answers

Expression Engine SafeCracker Formatting a Date Field format=”%d/%m/%Y” = 01/01/1970

Hi I am trying to format my date field which is called {member_birthday} with the format attribute. But whenever I apply the attribute to the tag it shows the date in the correct format but the with an incorrect date. Code:
Theo Kouzelis
  • 3,195
  • 5
  • 37
  • 66
0
votes
1 answer

Expression Engine SafeCracker Format Datepicker

Hi I am making a form in expression engine using safecracker and one of my fields called "date of birth" uses the date field type. The jQuery datapicker is being automatically added by expression engine but I can't see how to add any of the options…
Theo Kouzelis
  • 3,195
  • 5
  • 37
  • 66
0
votes
2 answers

Hiding a form field with ExpressionEngine safecracker

I've created a form on the front-end on my site to allow registered members to post posts without needing access to the Admin CP however I'd like to hide a specific form element from the output. The element we'd like to hide is a tickbox that…
Nick
  • 382
  • 1
  • 8
  • 26
0
votes
1 answer

Expression Engine Preventing additional entries by a single member

I have a safe cracker form that allows a logged in member to submit an entry (a vote, actually). When they submit their vote, I want to prevent them from ever being able to submit an entry to this channel again. Is that possible? If so, how?…
mheavers
  • 29,530
  • 58
  • 194
  • 315
0
votes
3 answers

Form Hidden Field Substitution

I'm building a form using Expression Engine's Safecracker module. One of the the required fields is the Title, which becomes the title of the EE channel entry. What I'd like to do is set the Title field to be the combined first name and last name…
Ty Morton
  • 733
  • 2
  • 8
  • 29
0
votes
2 answers

Use EE Search Module to search custom fields

I'm sure this is something simple for which I just haven't found the documentation: I have a website with a member directory. All of the member data is stored in a members channel, which uses a variety of custom fields – some of which are part of…
Ty Morton
  • 733
  • 2
  • 8
  • 29
1
2